mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-19 07:12:26 +02:00
Fixed regression :profile grant matrix was not visible anymore
SVN:trunk[513]
This commit is contained in:
@@ -157,8 +157,6 @@ class URP_Users extends UserRightsBaseClass
|
|||||||
{
|
{
|
||||||
parent::DisplayBareRelations($oPage);
|
parent::DisplayBareRelations($oPage);
|
||||||
|
|
||||||
$oPage->SetCurrentTabContainer('Related Objects');
|
|
||||||
|
|
||||||
$oPage->SetCurrentTab(Dict::S('UI:UserManagement:GrantMatrix'));
|
$oPage->SetCurrentTab(Dict::S('UI:UserManagement:GrantMatrix'));
|
||||||
$this->DoShowGrantSumary($oPage, 'bizmodel');
|
$this->DoShowGrantSumary($oPage, 'bizmodel');
|
||||||
|
|
||||||
@@ -278,8 +276,6 @@ class URP_Profiles extends UserRightsBaseClass
|
|||||||
{
|
{
|
||||||
parent::DisplayBareRelations($oPage);
|
parent::DisplayBareRelations($oPage);
|
||||||
|
|
||||||
$oPage->SetCurrentTabContainer('Related Objects');
|
|
||||||
|
|
||||||
$oPage->SetCurrentTab(Dict::S('UI:UserManagement:GrantMatrix'));
|
$oPage->SetCurrentTab(Dict::S('UI:UserManagement:GrantMatrix'));
|
||||||
$this->DoShowGrantSumary($oPage);
|
$this->DoShowGrantSumary($oPage);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user