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

sartak at bestpractical.com sartak at bestpractical.com
Mon Nov 2 18:41:00 EST 2009


The branch, create-action has been updated
       via  c780e2d8dbe208e94a57fd8033ab9f0024253368 (commit)
      from  a3c49bf465df78bae80b76bd215de310956773db (commit)

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

- Log -----------------------------------------------------------------
commit c780e2d8dbe208e94a57fd8033ab9f0024253368
Author: Shawn M Moore <sartak at bestpractical.com>
Date:   Mon Nov 2 18:40:51 2009 -0500

    Less lame constructor annotation

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

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


More information about the Rt-commit mailing list