the access rules work for Employee and Employer type, but not Admin type. I mean the above code should disallow ADMIN type user to access ‘secret’ action, but it does not. I even try ‘expression’ => ‘false’ but ADMIN type still has access to ‘secret’ action. In short, whatever I put in expression, it does not affect ADMIN type user to have access to the ‘secret’ action.
Is there a overwrite somewhere ? I took over this project so I had no clue if previous guys put some weird rules somewhere.