* ProjectManager: view all sub-entries of an InfoLog by context menu

This commit is contained in:
Ralf Becker 2013-06-06 12:17:33 +00:00
parent c7e763b705
commit 14b9b8ca51

View File

@ -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 = '';