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

sartak at bestpractical.com sartak at bestpractical.com
Thu Sep 3 09:45:30 EDT 2009


The branch, create-action has been updated
       via  04941a59f920cf1eeb07c636d35c5f475f1bad37 (commit)
      from  7c6a8c33f39ef27bbe932773d9e7deded7b0e18e (commit)

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

- Log -----------------------------------------------------------------
commit 04941a59f920cf1eeb07c636d35c5f475f1bad37
Author: Shawn M Moore <sartak at bestpractical.com>
Date:   Thu Sep 3 09:45:24 2009 -0400

    Add hints for cc/admincc

diff --git a/lib/RT/Action/CreateTicket.pm b/lib/RT/Action/CreateTicket.pm
index 7ea3cd0..7d3f80c 100644
--- a/lib/RT/Action/CreateTicket.pm
+++ b/lib/RT/Action/CreateTicket.pm
@@ -31,11 +31,13 @@ sub after_set_queue {
     );
 
     $self->add_role_group_parameter(
-        name => 'cc',
+        name  => 'cc',
+        hints => _('(Sends a carbon-copy of this update to a comma-delimited list of email addresses. These people <strong>will</strong> receive future updates.)'),
     );
 
     $self->add_role_group_parameter(
-        name => 'admin_cc',
+        name  => 'admin_cc',
+        hints => _('(Sends a carbon-copy of this update to a comma-delimited list of administrative email addresses. These people <strong>will</strong> receive future updates.)'),
     );
 }
 

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


More information about the Rt-commit mailing list