feat: publish assignment via context menu
This commit is contained in:
@@ -181,6 +181,15 @@
|
||||
bearbeiten
|
||||
</a>
|
||||
{% endif %}
|
||||
{% if is_granted('PUBLISH', assignment) %}
|
||||
<button type="button"
|
||||
class="block px-4 py-2 text-sm w-full text-left"
|
||||
role="menuitem"
|
||||
tabindex="-1"
|
||||
hx-post="{{ path('app_administrative_assignment_publish', { 'uuid': assignment.uuid }) }}">
|
||||
veröffentlichen
|
||||
</button>
|
||||
{% endif %}
|
||||
</twig:DropDown>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
Reference in New Issue
Block a user