mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-01 04:13:28 +01:00
* Kanban: Add columns under Kanban context menu action for other applications
Also added context menu action to move kanban card to another board
This commit is contained in:
parent
03b3b7be1e
commit
ff7b227959
@ -793,7 +793,7 @@ class addressbook_ui extends addressbook_bo
|
|||||||
}
|
}
|
||||||
if ($GLOBALS['egw_info']['user']['apps']['kanban'])
|
if ($GLOBALS['egw_info']['user']['apps']['kanban'])
|
||||||
{
|
{
|
||||||
$actions['kanban'] = EGroupware\Kanban\Hooks::get_actions('addressbook', $group);
|
$actions['kanban'] = EGroupware\Kanban\Hooks::get_actions(['addressbook'], $group);
|
||||||
}
|
}
|
||||||
|
|
||||||
$actions['geolocation'] = array(
|
$actions['geolocation'] = array(
|
||||||
|
Loading…
Reference in New Issue
Block a user