浏览代码

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