preferences ACL is runing in jdots in application tab

This commit is contained in:
Ralf Becker 2014-03-12 13:50:16 +00:00
parent e4deb0f0a5
commit 3c4abb37c8

View File

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