Bug Fixes: "id" Hard-Coded

This note was supposed to be for RBAM, but it somehow ended up in the general Extensions forum.

The variable $user->id is hard-coded in views/authAssignments/assign.php at lines 111 and 147. If you are using something like userId, as I am, you’ll need to tweak those lines.

Also, had to write an isActive() method that returns true in the RbamController(). Not sure if this might be a requirement of a new version of Yii or not, but it works fine with those changes.

Forgot to add my thanks for this module. It is really excellent! Taking me a little time to get used to it, but I’m getting there.