Fixed regression :profile grant matrix was not visible anymore

SVN:trunk[513]
This commit is contained in:
Romain Quetiez
2010-06-30 15:45:50 +00:00
parent 45c201c250
commit 9a7159cc3d

View File

@@ -157,8 +157,6 @@ class URP_Users extends UserRightsBaseClass
{
parent::DisplayBareRelations($oPage);
$oPage->SetCurrentTabContainer('Related Objects');
$oPage->SetCurrentTab(Dict::S('UI:UserManagement:GrantMatrix'));
$this->DoShowGrantSumary($oPage, 'bizmodel');
@@ -278,8 +276,6 @@ class URP_Profiles extends UserRightsBaseClass
{
parent::DisplayBareRelations($oPage);
$oPage->SetCurrentTabContainer('Related Objects');
$oPage->SetCurrentTab(Dict::S('UI:UserManagement:GrantMatrix'));
$this->DoShowGrantSumary($oPage);
}