[rt-users] Announcing: RTx::RightsMatrix 0.02.04
Todd Chapman
todd at chaka.net
Thu Nov 3 15:22:40 EST 2005
On Thu, Nov 03, 2005 at 11:37:56AM -0800, Joby Walker wrote:
> One more bug.
>
> The User Rights display doesn't work if the user does not have
> ShowConfigTab, because /Admin/autohandler aborts the page if the user
> doesn't have ShowConfigTab. If it is moved to say User/RightsMatrix it
> seems to work fine.
>
> Joby Walker
> ITI SSG, University of Washington
>
Bug fixed in next version. Add this component:
html/Admin/Tools/RightsMatrix/autohandler
with content:
<%init>
$m->call_next;
</%init>
<%flags>
inherit=>'/autohandler'
</%flags>
-Todd
More information about the rt-users
mailing list