[Rt-commit] rt branch, master, updated. rt-4.1.8-522-ga8d357d
Alex Vandiver
alexmv at bestpractical.com
Fri May 31 19:12:20 EDT 2013
The branch, master has been updated
via a8d357d7943a6ba44f86fd3776f8d668d9dada07 (commit)
from c99e95072505ded1a7399200f8d5177f8769233d (commit)
Summary of changes:
share/html/SelfService/Display.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit a8d357d7943a6ba44f86fd3776f8d668d9dada07
Author: Alex Vandiver <alexmv at bestpractical.com>
Date: Fri May 31 19:03:11 2013 -0400
Add a callback before the history on SelfService pages
diff --git a/share/html/SelfService/Display.html b/share/html/SelfService/Display.html
index 1298254..3088b69 100644
--- a/share/html/SelfService/Display.html
+++ b/share/html/SelfService/Display.html
@@ -72,7 +72,7 @@
</tr>
</table>
-
+% $m->callback(CallbackName => 'BeforeShowHistory', ARGSRef=> \%ARGS, Ticket => $Ticket );
<& /Elements/ShowHistory,
Object => $Ticket,
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list