[Rt-commit] rt branch, 4.6/priority-as-string, repushed

Craig Kaiser craig at bestpractical.com
Tue Dec 18 09:16:50 EST 2018


The branch 4.6/priority-as-string was deleted and repushed:
       was b67e13bd04811ad5467a199bf04ddb0629dadb7d
       now 638373ff9351ee99f53542ff580923276e110dbb

1: b67e13bd04 ! 1: 638373ff93 Core RT::Extension::PriorityAsString
    @@ -273,7 +273,7 @@
          },
      );
      
    -+my %priority_strings = RT->Config->Get('PriorityAsStringQueues');
    ++my %priority_strings = RT->Config->Get('PriorityAsStringQueues') || ();
     +if ( !RT->Config->Get('NumericalPriority') ) {
     +    my ($priority_dropdown) = grep {$_->{Name} eq "Priority"} @lines;
     +    my %priority_map = ( '-' => '' );



More information about the rt-commit mailing list