[Rt-commit] [rtir] 07/09: Update to modern ProcessObjectCustomFieldUpdates method name

Kevin Falcone falcone at bestpractical.com
Wed Apr 9 17:53:31 EDT 2014


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

falcone pushed a commit to branch 3.2/incident-investigation-updates
in repository rtir.

commit a570e5e29e49f0ff3b34a7f943b8d6e97c1a40c8
Author: Jim Brandt <jbrandt at bestpractical.com>
Date:   Mon Mar 10 09:17:49 2014 -0400

    Update to modern ProcessObjectCustomFieldUpdates method name
---
 html/RTIR/Edit.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/html/RTIR/Edit.html b/html/RTIR/Edit.html
index 303d710..1df8762 100644
--- a/html/RTIR/Edit.html
+++ b/html/RTIR/Edit.html
@@ -219,7 +219,7 @@ if ( $SaveChanges && !$checks_failure && !$OnlySearchForPeople ) {
     push @results, ProcessUpdateMessage(  TicketObj => $Ticket, ARGSRef=>\%ARGS );
     push @results, ProcessTicketBasics(   TicketObj => $Ticket, ARGSRef => \%ARGS );
 
-    push @results, ProcessTicketCustomFieldUpdates( ARGSRef => \%ARGS );
+    push @results, ProcessObjectCustomFieldUpdates( ARGSRef => \%ARGS );
 
     $m->callback(
         CallbackName => 'AfterProcessing',

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


More information about the rt-commit mailing list