I think it will be cool if there is will be ability to add params check:
CAccessControlFilter.php on 253
...
if($user->checkAccess($role,$params))
...
I think it will be cool if there is will be ability to add params check:
CAccessControlFilter.php on 253
...
if($user->checkAccess($role,$params))
...
I mean with operation: it will allow to use bizRules for current operation in accessRules
Think it’s better, than use
if(Yii::app()->user->checkAccess('someoperation',$params))
in action code