RT 3.8.17 Documentation

Design docs/Delegation

Go to latest version →
HasRight { Right => 'somerightname', ObjectType => 'Group', ObjectId => 'GroupId'
        Returns true if this user has the right 'somerightname' for
the group with id 'Id'
RightsForObject { ObjectType => 'Group', ObjectId =>'GroupId' }

in users.pm

WhoHaveRight { Right =>'somerightname', ObjectType => 'Group', ObjectId => 'GroupId' }
        Finds all users who have the right 'somerightname' for the group
in question.

        If a user has "AdminGroupMembers" globally and we ask about 
        group 23, that user should be found.

POD ERRORS

Hey! The above document had some coding errors, which are explained below:

Around line 21:

'=item' outside of any '=over'

← Back to index