[Rt-commit] rt branch, 4.4/improve-add-custom-role-message, repushed

Maureen Mirville maureen at bestpractical.com
Fri Feb 16 11:13:44 EST 2018


The branch 4.4/improve-add-custom-role-message was deleted and repushed:
       was 9a320bd25098daff6b76e4438ef9897dc3eac890
       now 176809b6984144b45aadb530851a7b7373ed9f95

1: 9a320bd25 ! 1: 176809b69 Improve message when applying/removing custom roles from queues
    @@ -17,7 +17,6 @@
          return ( 0, $self->loc('Permission Denied') )
              unless $queue->CurrentUserHasRight('AdminCustomRoles');
     -
    -+use Data::Printer colored => 1;
          my $rec = RT::ObjectCustomRole->new( $self->CurrentUser );
     -    return $rec->Add( %args, CustomRole => $self );
     +    my ( $status, $add ) = $rec->Add( %args, CustomRole => $self );



More information about the rt-commit mailing list