Move /acl module to src/

- Move Core\ACL::contactAutocomplete to Module\Search\Acl
- Rename module path to /search/acl
This commit is contained in:
Hypolite Petovan 2019-10-03 22:40:42 -04:00
parent c5563e5e78
commit 8f20e2054b
21 changed files with 396 additions and 378 deletions

View file

@ -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),