[Rt-commit] rt branch, 4.6/priority-as-string, repushed
Michel Rodriguez
michel at bestpractical.com
Thu May 9 09:30:19 EDT 2019
The branch 4.6/priority-as-string was deleted and repushed:
was 7a88da85fecd180517566a808593e9e518f74e11
now 13459bb446ec3ec612da5f6f399c2cb52191a0ac
1: e4dcd082e = 1: e4dcd082e reapply dropped changes of "Remove dashboard from menu if it can't be loaded"
2: 52a22b454 = 2: 52a22b454 Core RT::Extension::PriorityAsString existing behavior of extension.
3: 4504c9ba4 = 3: 4504c9ba4 Test that PriorityAsString hash is reset when set from siteconfig
4: 7a88da85f ! 4: 13459bb44 cored priority as string
@@ -738,9 +738,6 @@
- return "unknown";
+ return $priority if ! $map;
+
-+ use DDP; warn "map:\n"; p $map; warn "priority: "; p $priority;
-+
-+
+ my @orderedLabels = sort { $map->{$b} <=> $map->{$a} } keys %$map;
+
+ # return the label for the first priority <= $priority
More information about the rt-commit
mailing list