[Rt-commit] rt branch, 4.4-trunk, updated. rt-4.4.1-122-g8b2474a
Shawn Moore
shawn at bestpractical.com
Wed Oct 19 01:35:13 EDT 2016
The branch, 4.4-trunk has been updated
via 8b2474ae84dcb5a3685423d1d01d41e7d9eaf2e5 (commit)
from cfeadd0831c301a794a034f68d4d6a0ccb36c6ef (commit)
Summary of changes:
lib/RT/Interface/Web.pm | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
- Log -----------------------------------------------------------------
commit 8b2474ae84dcb5a3685423d1d01d41e7d9eaf2e5
Author: Shawn M Moore <shawn at bestpractical.com>
Date: Wed Oct 19 14:34:59 2016 +0900
Remove tab indents that had snuck into the previous commit
diff --git a/lib/RT/Interface/Web.pm b/lib/RT/Interface/Web.pm
index 3ec7358..1fc7550 100644
--- a/lib/RT/Interface/Web.pm
+++ b/lib/RT/Interface/Web.pm
@@ -3936,12 +3936,12 @@ sub ProcessQuickCreate {
Arguments => {
(map { $_ => $ARGS{$_} } qw(Queue Owner Status Content Subject)),
Requestors => $ARGS{Requestors},
- # From is set above when CFs are OK, but not here since
- # we're not calling CreateTicket() directly. The proper
- # place to set a default for From, if desired in the
- # future, is in CreateTicket() itself, or at least
- # /Ticket/Display.html (which processes
- # /Ticket/Create.html). From is rarely used overall.
+ # From is set above when CFs are OK, but not here since
+ # we're not calling CreateTicket() directly. The proper
+ # place to set a default for From, if desired in the
+ # future, is in CreateTicket() itself, or at least
+ # /Ticket/Display.html (which processes
+ # /Ticket/Create.html). From is rarely used overall.
},
);
}
-----------------------------------------------------------------------
More information about the rt-commit
mailing list