mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-25 12:21:26 +02: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\Acl;
|
||||||
use EGroupware\Api\Vfs;
|
use EGroupware\Api\Vfs;
|
||||||
use EGroupware\Api\Etemplate;
|
use EGroupware\Api\Etemplate;
|
||||||
|
use EGroupware\Kanban\Hooks;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* General user interface object of the adressbook
|
* General user interface object of the adressbook
|
||||||
@ -787,6 +788,10 @@ class addressbook_ui extends addressbook_bo
|
|||||||
'hideOnMobile' => true
|
'hideOnMobile' => true
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
if ($GLOBALS['egw_info']['user']['apps']['kanban'])
|
||||||
|
{
|
||||||
|
$actions['kanban'] = EGroupware\Kanban\Hooks::get_actions('addressbook', $group);
|
||||||
|
}
|
||||||
|
|
||||||
$actions['geolocation'] = array(
|
$actions['geolocation'] = array(
|
||||||
'caption' => 'GeoLocation',
|
'caption' => 'GeoLocation',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user