mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-27 09:09:04 +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)
|
switch ($action)
|
||||||
{
|
{
|
||||||
case 'sp':
|
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))
|
if ((is_array($action_id) && !$this->bo->read(current($action_id))) || !$this->bo->read($action_id))
|
||||||
{
|
{
|
||||||
$action = '';
|
$action = '';
|
||||||
|
Loading…
Reference in New Issue
Block a user