Browse Source

Fixed regression :profile grant matrix was not visible anymore

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@513 a333f486-631f-4898-b8df-5754b55c2be0
romainq 15 năm trước cách đây
mục cha
commit
9bb78b5788
1 tập tin đã thay đổi với 0 bổ sung4 xóa
  1. 0 4
      addons/userrights/userrightsprofile.class.inc.php

+ 0 - 4
addons/userrights/userrightsprofile.class.inc.php

@@ -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);		
 	}