[Rt-commit] rt branch, 4.2/queue-watcher-valid-type, repushed

Alex Vandiver alexmv at bestpractical.com
Fri Jun 27 15:48:40 EDT 2014


The branch 4.2/queue-watcher-valid-type was deleted and repushed:
       was 5eeec0e28289f9d08fcdf86f5f7fa044b1442e79
       now 48d18566474cf86863a1fbbdcaa443a4b3e83b98

1:  5eeec0e ! 1:  48d1856 Ensure that IsManageableRoleGroupType only returns true for valid roles
    @@ -17,7 +17,7 @@
          my $self = shift;
          my $type = shift;
     -    return not $self->Role($type)->{ACLOnly};
    -+    return $self->HasRole($type) and not $self->Role($type)->{ACLOnly};
    ++    return( $self->HasRole($type) and not $self->Role($type)->{ACLOnly} );
      }
      
      



More information about the rt-commit mailing list