forked from extern/egroupware
Move api-accounts links to api app, fixes search in account selectbox does not work without home permission
This commit is contained in:
parent
974c6105e1
commit
0ab67c3280
@ -141,7 +141,7 @@ class Link extends Link\Storage
|
|||||||
*/
|
*/
|
||||||
static $app_register = array(
|
static $app_register = array(
|
||||||
'api-accounts' => array( // user need run-rights for home
|
'api-accounts' => array( // user need run-rights for home
|
||||||
'app' => 'home',
|
'app' => 'api',
|
||||||
'name' => 'Accounts',
|
'name' => 'Accounts',
|
||||||
'icon' => 'addressbook/accounts',
|
'icon' => 'addressbook/accounts',
|
||||||
'query' => 'EGroupware\\Api\\Accounts::link_query',
|
'query' => 'EGroupware\\Api\\Accounts::link_query',
|
||||||
|
Loading…
Reference in New Issue
Block a user