[Rt-commit] rt branch, create-action, updated. a3c49bf465df78bae80b76bd215de310956773db
sartak at bestpractical.com
sartak at bestpractical.com
Mon Nov 2 18:16:00 EST 2009
The branch, create-action has been updated
via a3c49bf465df78bae80b76bd215de310956773db (commit)
from f28a6231b1691a9915528fce96e77fe43be079da (commit)
Summary of changes:
lib/RT/Action/QueueBased.pm | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
- Log -----------------------------------------------------------------
commit a3c49bf465df78bae80b76bd215de310956773db
Author: Shawn M Moore <sartak at bestpractical.com>
Date: Mon Nov 2 18:15:42 2009 -0500
Make queue a constructor parameter
diff --git a/lib/RT/Action/QueueBased.pm b/lib/RT/Action/QueueBased.pm
index 83d3ad3..8fe5b9f 100644
--- a/lib/RT/Action/QueueBased.pm
+++ b/lib/RT/Action/QueueBased.pm
@@ -8,6 +8,7 @@ use Jifty::Action schema {
param queue =>
render as 'text',
render_mode is 'read',
+ constructor is 1,
label is _('Queue');
};
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list