Skip to content
Snippets Groups Projects
Commit 952d511d authored by Florian Spreckelsen's avatar Florian Spreckelsen
Browse files

FIX: Add missing dependencies

parent 38bc7145
No related branches found
No related tags found
2 merge requests!103Quick main-release of documentation,!99F user management button
Pipeline #35472 passed
...@@ -112,7 +112,7 @@ var ext_entity_acl = function ($, connection, getEntityVersion, getEntityID, log ...@@ -112,7 +112,7 @@ var ext_entity_acl = function ($, connection, getEntityVersion, getEntityID, log
init: init init: init
}; };
}($, connection, getEntityVersion, getEntityID, log.getLogger("ext_entity_acl")); }($, connection, getEntityVersion, getEntityID, log.getLogger("ext_entity_acl"), navbar, userIsAdministrator);
$(document).ready(function () { $(document).ready(function () {
if ("${BUILD_MODULE_EXT_ENTITY_ACL}" == "ENABLED") { if ("${BUILD_MODULE_EXT_ENTITY_ACL}" == "ENABLED") {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment