Added admin panel access with Role Assignment

This commit is contained in:
2026-08-13 13:30:53 +01:00
parent 4ff4e83e05
commit 9040da0172
5 changed files with 218 additions and 0 deletions
+4
View File
@@ -55,6 +55,10 @@ invenio_theme_iform = "invenio_theme_iform.config"
[project.entry-points."invenio_base.finalize_app"]
invenio_theme_iform = "invenio_theme_iform.ext:finalize_app"
[project.entry-points."invenio_administration.views"]
invenio_theme_iform_roles = "invenio_theme_iform.administration.views:RoleManagementView"
[dependency-groups]
dev = [
"hatch>=1.14.1",