RT::Users::WhoHaveRight for Asset Tracker

Jesse / all,

I need to submit a patch for RT::Users so that WhoHaveRight()
can be called for global rights of $RTx::AssetTracker::System
in addition to $RT::System.

Do you think having an EquivObjects parameter is the way to
go? Or is there a better way that I should pursue?

Or, do you think I should have jammed all my rights into
RT’s rights in the first place? Probably not but just asking…

Thanks.

-Todd

Jesse / all,

I need to submit a patch for RT::Users so that WhoHaveRight()
can be called for global rights of $RTx::AssetTracker::System
in addition to $RT::System.

Do you think having an EquivObjects parameter is the way to
go? Or is there a better way that I should pursue?

Or, do you think I should have jammed all my rights into
RT’s rights in the first place? Probably not but just asking…

Thanks.

-Todd

My other thought is to refactor the various HasRight methods
so that the object in question is queried for EquivObjects.