[Rt-commit] rt branch, 4.4/custom-role-not-update-groups, repushed

? sunnavy sunnavy at bestpractical.com
Mon Sep 17 15:02:49 EDT 2018


The branch 4.4/custom-role-not-update-groups was deleted and repushed:
       was f223190c0c3338959e2ac01ea7e3b1d69b92c3d7
       now 99bad53d76ea19db853d0ce047db0dea46665c18

1: 5f949ae89 = 1: 5f949ae89 Don't enable/disable related groups when updating custom roles
2: f223190c0 ! 2: 99bad53d7 Enable previously disabled custom role groups
    @@ -22,7 +22,7 @@
     +        $role_groups->LimitToDeleted;
     +
     +        while ( my $role_group = $role_groups->Next ) {
    -+            my ( $ret, $msg ) = $role_group->PrincipalObj->SetDisabled( 0 );
    ++            my ( $ret, $msg ) = $role_group->SetDisabled( 0 );
     +            RT->Logger->error( "Couldn't enable role group #" . $role_group->id . ": $msg" ) unless $ret;
     +        }
     +



More information about the rt-commit mailing list