forked from extern/egroupware
preferences ACL is runing in jdots in application tab
This commit is contained in:
parent
e4deb0f0a5
commit
3c4abb37c8
@ -258,6 +258,7 @@ app.classes.admin = AppJS.extend(
|
||||
ids.push(_senders[i].id.split('::').pop()); // remove "admin::" prefix
|
||||
}
|
||||
var app = egw.app_name(); // can be either admin or preferences!
|
||||
if (app != 'admin') app = 'preferences';
|
||||
var className = app+'_acl';
|
||||
|
||||
switch(_action.id)
|
||||
|
Loading…
Reference in New Issue
Block a user