Move api-accounts links to api app, fixes search in account selectbox does not work without home permission

This commit is contained in:
nathangray 2016-06-02 10:11:31 -06:00
parent 974c6105e1
commit 0ab67c3280

View File

@ -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',