View Package Perm

This commit is contained in:
Tim Lorsbach
2026-07-17 10:52:03 +02:00
parent 241fa15bb3
commit 2fe438bd27
3 changed files with 160 additions and 0 deletions

View File

@ -4,6 +4,7 @@
{% block action_modals %}
{% include "modals/objects/edit_package_modal.html" %}
{% include "modals/objects/view_package_permissions_modal.html" %}
{% include "modals/objects/edit_package_permissions_modal.html" %}
{% include "modals/objects/publish_package_modal.html" %}
{% include "modals/objects/set_license_modal.html" %}