[Rt-commit] rt branch, 4.6/priority-as-string, repushed
Craig Kaiser
craig at bestpractical.com
Tue Dec 11 11:02:19 EST 2018
The branch 4.6/priority-as-string was deleted and repushed:
was feb1ed6a7a06714d55a9ce9d10c7a61c7f9ea3d3
now 5742745e8f9d0d30e0847c8540cf1e09b36273ff
1: feb1ed6a7 ! 1: 5742745e8 Core RT::Extension::PriorityAsString
@@ -185,7 +185,7 @@
+
+ my $method = $field .'AsString';
+
-+ my %queues = RT->Config->Get('PriorityAsStringQueues') || ();
++ my %queues = RT->Config->Get('PriorityAsStringQueues');
+ if (not keys %queues) {
+ $COLUMN_MAP->{ $field }{'value'} = sub {
+ return $printer->( $class, $_[0]->$method() );
@@ -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