View Package Perm
Some checks failed
API CI / api-tests (pull_request) Failing after 29s
CI / test (pull_request) Failing after 45s

This commit is contained in:
Tim Lorsbach
2026-07-17 10:52:03 +02:00
parent 230026147e
commit 3409a17ab8
3 changed files with 160 additions and 0 deletions

View File

@ -23,6 +23,7 @@
<i class="glyphicon glyphicon-bullhorn"></i> Publish Package</a
>
</li>
{% endif %}
<li>
<a
role="button"
@ -31,6 +32,7 @@
<i class="glyphicon glyphicon-bullhorn"></i> Export Package as JSON</a
>
</li>
{% if meta.can_edit %}
<li>
<a
role="button"
@ -48,3 +50,13 @@
>
</li>
{% endif %}
{% if not meta.can_edit %}
<li>
<a
role="button"
onclick="document.getElementById('view_package_permissions_modal').showModal(); return false;"
>
<i class="glyphicon glyphicon-user"></i> View Permissions</a
>
</li>
{% endif %}