[Rt-commit] rt branch, 4.2-trunk, updated. rt-4.2.11-7-g072a313
Shawn Moore
shawn at bestpractical.com
Tue Jun 2 17:18:57 EDT 2015
The branch, 4.2-trunk has been updated
via 072a3135a6427807a1ec407f8f31c244ce7c0f64 (commit)
via aaa07b295e036a3a2f411a07ff8688fe11c7dee2 (commit)
from 0cf3eb779a8ce2a26771bf9378ef44553ce2437c (commit)
Summary of changes:
share/html/Ticket/Create.html | 2 ++
1 file changed, 2 insertions(+)
- Log -----------------------------------------------------------------
commit aaa07b295e036a3a2f411a07ff8688fe11c7dee2
Author: Christian Loos <cloos at netcologne.de>
Date: Tue May 5 16:56:46 2015 +0200
add a new MassageCloneArgs callback
This adds the ability to modify the fields that are transferred from the
existing ticket to the new ticket.
diff --git a/share/html/Ticket/Create.html b/share/html/Ticket/Create.html
index 07b4a95..b0e88b0 100644
--- a/share/html/Ticket/Create.html
+++ b/share/html/Ticket/Create.html
@@ -367,6 +367,8 @@ if ($CloneTicket) {
}
}
+ $m->callback( CallbackName => 'MassageCloneArgs', ARGSRef => $clone, Queue => $Queue );
+
for ( keys %$clone ) {
$ARGS{$_} = $clone->{$_} if not defined $ARGS{$_};
}
commit 072a3135a6427807a1ec407f8f31c244ce7c0f64
Merge: 0cf3eb7 aaa07b2
Author: Shawn M Moore <code at sartak.org>
Date: Tue Jun 2 17:16:53 2015 -0400
Merge pull request #140 from cloos/4.2/ticket-clone-callback
add a new MassageCloneArgs callback
-----------------------------------------------------------------------
More information about the rt-commit
mailing list