mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-21 01:28:47 +02:00
Portal: Fixed action rules that were not working on CreateBrick
SVN:trunk[4719]
This commit is contained in:
@@ -43,7 +43,7 @@ class CreateBrickController extends BrickController
|
||||
$aRules = $oBrick->GetRules();
|
||||
if (!empty($aRules))
|
||||
{
|
||||
$aRouteParams['ar_token'] = ContextManipulatorHelper::EncodeRulesToken($aRules);
|
||||
$aRouteParams['ar_token'] = ContextManipulatorHelper::PrepareAndEncodeRulesToken($aRules);
|
||||
}
|
||||
|
||||
// Checking if the target object class is asbtract or not
|
||||
|
||||
Reference in New Issue
Block a user