Skip to content

Commit

Permalink
Fix problem where you coudn't assign CFs to classes globally
Browse files Browse the repository at this point in the history
This becomes much more obvious in 3.8.8 when we add the checkbox
in the CF admin ui rather than forcing you to navigate to Configation
-> Global -> Custom Fields
  • Loading branch information
jibsheet committed Jul 15, 2010
1 parent 0c8f2f7 commit a58a97a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/RT/FM/Class_Overlay.pm
Expand Up @@ -213,7 +213,7 @@ sub CurrentUserHasRight {
return (
$self->CurrentUser->HasRight(
Right => $right,
Object => $self,
Object => ( $self->Id ? $self : $RT::FM::System ),
EquivObjects => [ $RT::System, $RT::FM::System ]
)
);
Expand Down

0 comments on commit a58a97a

Please sign in to comment.