[Rt-commit] rt branch, 4.0-trunk, updated. rt-4.0.11-67-g42e4fdd
Thomas Sibley
trs at bestpractical.com
Tue Apr 23 13:13:24 EDT 2013
The branch, 4.0-trunk has been updated
via 42e4fddb5f8b787eab1e52624781238ff7b852d9 (commit)
from 479999c26f7dedd98c23f50288d7807373a83b93 (commit)
Summary of changes:
lib/RT/Action/CreateTickets.pm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit 42e4fddb5f8b787eab1e52624781238ff7b852d9
Author: Thomas Sibley <trs at bestpractical.com>
Date: Tue Apr 23 00:34:41 2013 -0700
Make the Create Tickets synopsis and doc example valid templates
The template must have a colon after "===Create-Ticket" or it won't
parse.
diff --git a/lib/RT/Action/CreateTickets.pm b/lib/RT/Action/CreateTickets.pm
index 33950b1..64f427e 100644
--- a/lib/RT/Action/CreateTickets.pm
+++ b/lib/RT/Action/CreateTickets.pm
@@ -60,7 +60,7 @@ RT::Action::CreateTickets - Create one or more tickets according to an externall
=head1 SYNOPSIS
- ===Create-Ticket codereview
+ ===Create-Ticket: codereview
Subject: Code review for {$Tickets{'TOP'}->Subject}
Depended-On-By: TOP
Content: Someone has created a ticket. you should review and approve it,
@@ -568,7 +568,7 @@ sub Parse {
Parses mulitline templates. Things like:
- ===Create-Ticket ...
+ ===Create-Ticket: ...
Takes the same arguments as L</Parse>.
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list