Move /acl module to src/
- Move Core\ACL::contactAutocomplete to Module\Search\Acl - Rename module path to /search/acl
This commit is contained in:
@@ -58,7 +58,7 @@ $(document).ready(function() {
|
||||
var eventPerms = document.getElementById('event-edit-form');
|
||||
|
||||
acl = new ACL(
|
||||
baseurl + "/acl",
|
||||
baseurl + '/search/acl',
|
||||
[
|
||||
JSON.parse(eventPerms.dataset.allow_cid),
|
||||
JSON.parse(eventPerms.dataset.allow_gid),
|
||||
|
||||
Reference in New Issue
Block a user