[Rt-commit] [rtir] 16/19: A note and a whitespace fix to Investigation/Elements/Create

Jesse Vincent jesse at bestpractical.com
Wed Mar 25 00:21:01 EDT 2015


This is an automated email from the git hooks/post-receive script.

jesse pushed a commit to branch 3.4/remove_old_constituencies
in repository rtir.

commit f10ac36a8a2af02ba61447bd6ece20b51e16b6a4
Author: Jesse Vincent <jesse at bestpractical.com>
Date:   Tue Mar 24 20:38:43 2015 -0700

    A note and a whitespace fix to Investigation/Elements/Create
---
 html/RTIR/Investigation/Elements/Create | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/html/RTIR/Investigation/Elements/Create b/html/RTIR/Investigation/Elements/Create
index 7be6eab..d55f329 100644
--- a/html/RTIR/Investigation/Elements/Create
+++ b/html/RTIR/Investigation/Elements/Create
@@ -227,6 +227,9 @@ $TicketObj => undef
 $Constituency => undef
 </%ARGS>
 <%INIT>
+# this component is only ever called from Incident/Create.html
+
+
 my %CFDefaults;
 my $value_cb = sub {
     my $name = shift;
@@ -347,9 +350,7 @@ if ( ($DefaultsNamePrefix||'') ne $NamePrefix ) {
     }
 }
 
-my ($Ticket, @results) = CreateTicket(
-    %ARGS,
-);
+my ($Ticket, @results) = CreateTicket( %ARGS);
 
 return ($Ticket, @results);
 </%INIT>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the rt-commit mailing list