mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 07:53:39 +01:00
Admin: Use appname for ACL edit, not the name of the application entry (eg: calendar vs event)
This commit is contained in:
parent
70be19cdfb
commit
c30039cf88
@ -711,8 +711,7 @@ class AdminApp extends EgwApp
|
||||
sel_options.acl_appname = [];
|
||||
for(let app in acl_rights)
|
||||
{
|
||||
sel_options.acl_appname.push({value: app, label: this.egw.lang(
|
||||
<string>this.egw.link_get_registry(app, 'entries') || app)});
|
||||
sel_options.acl_appname.push({value: app, label: app});
|
||||
}
|
||||
// Sort list
|
||||
sel_options.acl_appname.sort(function(a,b) {
|
||||
|
Loading…
Reference in New Issue
Block a user