[Rt-commit] rt branch, 4.4/queue-sort-order, repushed
Dustin Graves
dustin at bestpractical.com
Fri Oct 2 16:57:47 EDT 2015
The branch 4.4/queue-sort-order was deleted and repushed:
was 75c206710acdbb391abe8c46fbaeed38457c130b
now 067ca0a78adb9ad473dfda58245e6503897accab
1: 75c2067 ! 1: 067ca0a SortOrder column for queue
@@ -246,12 +246,12 @@
$title = loc('Configuration for queue [_1]', $QueueObj->Name );
- my @attribs= qw(Description CorrespondAddress CommentAddress Name
+ my @attribs= qw(Description CorrespondAddress CommentAddress Name SortOrder
- Sign SignAuto Encrypt Lifecycle SubjectTag Disabled);
+ Sign SignAuto Encrypt Lifecycle SubjectTag SLADisabled Disabled);
# we're asking about enabled on the web page but really care about disabled
@@
- $SetEnabled => undef
$SetCrypt => undef
+ $SLAEnabled => undef
$Enabled => undef
+$SortOrder => undef
</%ARGS>
More information about the rt-commit
mailing list