[Rt-commit] rt branch, 4.4/rest-1-sla, repushed
? sunnavy
sunnavy at bestpractical.com
Wed Mar 21 17:48:11 EDT 2018
The branch 4.4/rest-1-sla was deleted and repushed:
was b6392901c1f097fc56ea27c75428c1d16a1e5ca1
now 472f90ee615a68ae83320590c1b55330e6877fcf
1: b6392901c ! 1: 472f90ee6 add SLA field support on REST 1
@@ -57,8 +57,7 @@
push @data, [ $key => $val ];
}
-+ if ( !$ticket->QueueObj->SLADisabled ) {
-+ next unless (!%$fields || (exists $fields->{sla}));
++ if ( !$ticket->QueueObj->SLADisabled && (!%$fields || (exists $fields->{sla})) ) {
+ push @data, [ SLA => $ticket->SLA ];
+ }
+
More information about the rt-commit
mailing list