فهرست منبع

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 سال پیش
والد
کامیت
9bb78b5788
1فایلهای تغییر یافته به همراه0 افزوده شده و 4 حذف شده
  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);		
 	}