mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +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
136b6e82d0
commit
9b1923467d
@ -793,7 +793,7 @@ class addressbook_ui extends addressbook_bo
|
||||
}
|
||||
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(
|
||||
|
Loading…
Reference in New Issue
Block a user