[Bps-public-commit] RT-Extension-PriorityAsString branch, master, updated. 0.04-7-g7c63daa
Kevin Falcone
falcone at bestpractical.com
Mon Jul 30 09:26:38 EDT 2012
The branch, master has been updated
via 7c63daa90fc624f1bc360659d47d095dd66472e3 (commit)
from 97460343516ef7cf177a080a4f10a9b3edd35052 (commit)
Summary of changes:
README | 2 ++
lib/RT/Extension/PriorityAsString.pm | 2 ++
2 files changed, 4 insertions(+)
- Log -----------------------------------------------------------------
commit 7c63daa90fc624f1bc360659d47d095dd66472e3
Author: Kevin Falcone <falcone at bestpractical.com>
Date: Mon Jul 30 09:26:18 2012 -0400
Note the limitation of the new feature.
This hurts a bit if you have 20 queues with 1 config and 1 with a
special one, so we should be explicit about it.
diff --git a/README b/README
index d0a807d..68a88ba 100644
--- a/README
+++ b/README
@@ -19,6 +19,8 @@ SYNOPSIS
# different queues. Each key is the name of a different queue;
# queues which do not appear in this configuration will use RT's
# default numeric scale.
+ # This option means that %PriorityAsString is ignored (no global
+ # override, you must specify a set of priorities per queue).
# Set(%PriorityAsStringQueues,
# General => { Low => 0, Medium => 50, High => 100 },
# Binary => { Low => 0, High => 10 },
diff --git a/lib/RT/Extension/PriorityAsString.pm b/lib/RT/Extension/PriorityAsString.pm
index 5b239e2..f192b0d 100644
--- a/lib/RT/Extension/PriorityAsString.pm
+++ b/lib/RT/Extension/PriorityAsString.pm
@@ -28,6 +28,8 @@ RT::Extension::PriorityAsString - show priorities in RT as strings instead of nu
# different queues. Each key is the name of a different queue;
# queues which do not appear in this configuration will use RT's
# default numeric scale.
+ # This option means that %PriorityAsString is ignored (no global
+ # override, you must specify a set of priorities per queue).
# Set(%PriorityAsStringQueues,
# General => { Low => 0, Medium => 50, High => 100 },
# Binary => { Low => 0, High => 10 },
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list