mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-24 17:04:14 +01:00
Kanban: Add context menu action to add to existing kanban boards
This commit is contained in:
parent
1ba23feb9c
commit
b4869aa2a1
@ -18,6 +18,7 @@ use EGroupware\Api\Egw;
|
||||
use EGroupware\Api\Acl;
|
||||
use EGroupware\Api\Vfs;
|
||||
use EGroupware\Api\Etemplate;
|
||||
use EGroupware\Kanban\Hooks;
|
||||
|
||||
/**
|
||||
* General user interface object of the adressbook
|
||||
@ -787,6 +788,10 @@ class addressbook_ui extends addressbook_bo
|
||||
'hideOnMobile' => true
|
||||
);
|
||||
}
|
||||
if ($GLOBALS['egw_info']['user']['apps']['kanban'])
|
||||
{
|
||||
$actions['kanban'] = EGroupware\Kanban\Hooks::get_actions('addressbook', $group);
|
||||
}
|
||||
|
||||
$actions['geolocation'] = array(
|
||||
'caption' => 'GeoLocation',
|
||||
|
Loading…
Reference in New Issue
Block a user