[Rt-commit] rtir branch, 2.4-trunk, updated. 2.4.4-4-g17fe5fa
Jesse Vincent
jesse at bestpractical.com
Thu Sep 16 20:15:59 EDT 2010
The branch, 2.4-trunk has been updated
via 17fe5faf08cb7f0dbac902bd6121850bbb9ae747 (commit)
from 9b1bd9493908924a1d4a4630d8eb2c1498f7dbf0 (commit)
Summary of changes:
html/RTIR/Create.html | 1 -
html/RTIR/Display.html | 1 -
html/RTIR/Edit.html | 1 -
html/RTIR/Incident/Create.html | 1 -
html/RTIR/Incident/Display.html | 4 +---
html/RTIR/Incident/Edit.html | 1 -
6 files changed, 1 insertions(+), 8 deletions(-)
- Log -----------------------------------------------------------------
commit 17fe5faf08cb7f0dbac902bd6121850bbb9ae747
Author: Jesse Vincent <jesse at bestpractical.com>
Date: Thu Sep 16 20:18:32 2010 -0400
Revert "New RTIR callbacks for better local customizations"
- Richard says it's buggy and ruslan hates the names.
This reverts commit 9b1bd9493908924a1d4a4630d8eb2c1498f7dbf0.
diff --git a/html/RTIR/Create.html b/html/RTIR/Create.html
index f4c74b6..e4eeba6 100644
--- a/html/RTIR/Create.html
+++ b/html/RTIR/Create.html
@@ -341,7 +341,6 @@ $ip_default ||= RT->Config->Get('_RTIR_IP_default') || '';
</&>
</td>
</tr>
-% $m->callback(CallbackName => 'AdditionalRTIRBoxes', %ARGS, Actions => \@results, ARGSRef => \%ARGS, Ticket => $TicketObj);
</table>
</&>
diff --git a/html/RTIR/Display.html b/html/RTIR/Display.html
index 14877f3..36d866b 100644
--- a/html/RTIR/Display.html
+++ b/html/RTIR/Display.html
@@ -189,7 +189,6 @@
<br />
</td>
</tr>
-% $m->callback(CallbackName => 'AdditionalRTIRBoxes', %ARGS, Actions => \@results, ARGSRef => \%ARGS, Ticket => $TicketObj);
<tr>
<td class="boxcontainer" valign="top">
<& /Ticket/Elements/ShowAttachments, Ticket => $Ticket,
diff --git a/html/RTIR/Edit.html b/html/RTIR/Edit.html
index 6d9323d..894b3c1 100644
--- a/html/RTIR/Edit.html
+++ b/html/RTIR/Edit.html
@@ -212,7 +212,6 @@
</td>
</tr>
-% $m->callback(CallbackName => 'AdditionalRTIRBoxes', %ARGS, Actions => \@results, ARGSRef => \%ARGS, Ticket => $TicketObj);
</table>
<br />
diff --git a/html/RTIR/Incident/Create.html b/html/RTIR/Incident/Create.html
index 2d955ac..f43f25d 100644
--- a/html/RTIR/Incident/Create.html
+++ b/html/RTIR/Incident/Create.html
@@ -180,7 +180,6 @@ unless ( exists $ARGS{'Content'} ) {
</td></tr>
-% $m->callback(CallbackName => 'AdditionalRTIRBoxes', %ARGS, Actions => \@results, ARGSRef => \%ARGS, Ticket => $TicketObj);
</table>
</&>
diff --git a/html/RTIR/Incident/Display.html b/html/RTIR/Incident/Display.html
index 96109f7..512ac93 100644
--- a/html/RTIR/Incident/Display.html
+++ b/html/RTIR/Incident/Display.html
@@ -130,9 +130,7 @@
Queue => 'Incident Reports',
&>
-</td></tr>
-% $m->callback(CallbackName => 'AdditionalRTIRBoxes', %ARGS, Actions => \@results, ARGSRef => \%ARGS, Ticket => $TicketObj);
-<tr><td class="boxcontainer" valign="top">
+</td></tr><tr><td class="boxcontainer" valign="top">
<& /RTIR/Incident/Elements/ShowChildren,
IncidentObj => $TicketObj,
diff --git a/html/RTIR/Incident/Edit.html b/html/RTIR/Incident/Edit.html
index 3efc869..9ba56c8 100644
--- a/html/RTIR/Incident/Edit.html
+++ b/html/RTIR/Incident/Edit.html
@@ -154,7 +154,6 @@
</td>
</tr>
-% $m->callback(CallbackName => 'AdditionalRTIRBoxes', %ARGS, Actions => \@results, ARGSRef => \%ARGS, Ticket => $TicketObj);
</table>
<br />
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list