[Rt-commit] rt branch, 4.6/priority-as-string, repushed
Michel Rodriguez
michel at bestpractical.com
Thu Oct 24 09:57:25 EDT 2019
The branch 4.6/priority-as-string was deleted and repushed:
was ee5ff87baf3d1646e09ffae63e77752dbdee2cf1
now c74f4d8e5d37c4c4c799d7123a37a3d722d5ee39
1: 30ae67df3 ! 1: fdf766079 Cores PriorityAsString
@@ -1,6 +1,21 @@
Author: michel <michel at bestpractical.com>
Cores PriorityAsString
+
+ Adds final proposal for the feature:
+
+ Set($EnablePriorityAsString, 1);
+
+ Set(%PriorityAsString,
+ # default (for non specified queues)
+ Default => { Low => 0, Medium => 50, High => 100 },
+ # per queue priorities
+ General => { Low => 0, High => 1 },
+ # drop-downs will display in order Low/High/Medium
+ LHM => [ Low => 0, High => 100, Medium => 50 ],
+ # use numerical priorities
+ NumQueue => 0,
+ );
diff --git a/etc/RT_Config.pm.in b/etc/RT_Config.pm.in
--- a/etc/RT_Config.pm.in
2: ee5ff87ba = 2: c74f4d8e5 Adds tests and removes a warning
More information about the rt-commit
mailing list