[Rt-commit] rt branch, create-action, updated. 96412ac0cd10d62e930bab7b8938c1376746c6cf

sartak at bestpractical.com sartak at bestpractical.com
Tue Sep 22 07:48:59 EDT 2009


The branch, create-action has been updated
       via  96412ac0cd10d62e930bab7b8938c1376746c6cf (commit)
      from  7cddbf291a32844044e503764301b87f784ef099 (commit)

Summary of changes:
 lib/RT/Action/QueueBased.pm |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

- Log -----------------------------------------------------------------
commit 96412ac0cd10d62e930bab7b8938c1376746c6cf
Author: Shawn M Moore <sartak at bestpractical.com>
Date:   Tue Sep 22 07:48:44 2009 -0400

    Queue label too

diff --git a/lib/RT/Action/QueueBased.pm b/lib/RT/Action/QueueBased.pm
index cda299c..de47c15 100644
--- a/lib/RT/Action/QueueBased.pm
+++ b/lib/RT/Action/QueueBased.pm
@@ -7,7 +7,8 @@ use Jifty::Param::Schema;
 use Jifty::Action schema {
     param queue =>
         render as 'text',
-        render_mode is 'read';
+        render_mode is 'read',
+        label is _('Queue');
 };
 
 sub arguments {

-----------------------------------------------------------------------


More information about the Rt-commit mailing list