mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 06:30:59 +01:00
need to use "api-accounts" instead of no longer existing "home-accounts"
This commit is contained in:
parent
9ab22630e9
commit
46250c7704
@ -488,7 +488,7 @@ app.classes.admin = AppJS.extend(
|
||||
if(content.acl_location)
|
||||
{
|
||||
sel_options.acl_location = jQuery.extend({},sel_options.acl_location);
|
||||
this.egw.link_title('home-accounts', content.acl_location, function(title) {sel_options.acl_location[content.acl_location] = title;});
|
||||
this.egw.link_title('api-accounts', content.acl_location, function(title) {sel_options.acl_location[content.acl_location] = title;});
|
||||
}
|
||||
|
||||
// Create the dialog
|
||||
|
Loading…
Reference in New Issue
Block a user