From 9a7159cc3d5243e4e46a8c61c7e03253242ccefe Mon Sep 17 00:00:00 2001 From: Romain Quetiez Date: Wed, 30 Jun 2010 15:45:50 +0000 Subject: [PATCH] Fixed regression :profile grant matrix was not visible anymore SVN:trunk[513] --- addons/userrights/userrightsprofile.class.inc.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/addons/userrights/userrightsprofile.class.inc.php b/addons/userrights/userrightsprofile.class.inc.php index d63ff2da10..ffa532cdb1 100644 --- a/addons/userrights/userrightsprofile.class.inc.php +++ b/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); }