mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 00:29:38 +01:00
* ProjectManager: view all sub-entries of an InfoLog by context menu
This commit is contained in:
parent
c7e763b705
commit
14b9b8ca51
@ -792,6 +792,7 @@ class infolog_ui
|
||||
switch ($action)
|
||||
{
|
||||
case 'sp':
|
||||
if (!is_array($action_id) && strpos($action_id, 'infolog:') === 0) $action_id = (int)substr($action_id, 8);
|
||||
if ((is_array($action_id) && !$this->bo->read(current($action_id))) || !$this->bo->read($action_id))
|
||||
{
|
||||
$action = '';
|
||||
|
Loading…
Reference in New Issue
Block a user