Fix activation and inactivation status of "view subs" and "view parent" menu items on Infolog context menu.

This commit is contained in:
Hadi Nategh 2013-09-24 09:16:06 +00:00
parent 42b6c13b26
commit 7246093aad

View File

@ -959,6 +959,7 @@ class infolog_ui
'group' => $group,
'hint' => 'View all subs of this entry',
'enableClass' => 'infolog_rowHasSubs',
'enabled' => true,
),
'parent' => array(
'caption' => 'View parent',
@ -966,6 +967,7 @@ class infolog_ui
'group' => $group,
'hideOnDisabled' => true,
'hint' => 'View the parent of this entry and all his subs',
'enabled' => true,
'enableClass' => 'infolog_rowHasParent'
),
'add' => array(