[Rt-commit] rt branch 5.0/allow-self-service-reverse-txn-history created. rt-5.0.4-243-g631333dcbb
BPS Git Server
git at git.bestpractical.com
Wed Oct 11 04:22:02 UTC 2023
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "rt".
The branch, 5.0/allow-self-service-reverse-txn-history has been created
at 631333dcbbfa70c10736e92c31abf0d137d5c6eb (commit)
- Log -----------------------------------------------------------------
commit 631333dcbbfa70c10736e92c31abf0d137d5c6eb
Author: Brad Embree <brad at bestpractical.com>
Date: Tue Oct 10 21:19:56 2023 -0700
Pass ReverseTxns arg to ShowHistory element
The Self Service ticket history shows the option to reverse the history
but did not pass the arg to the ShowHistory element.
diff --git a/share/html/SelfService/Display.html b/share/html/SelfService/Display.html
index bfaac6c8b9..f7083b0fe7 100644
--- a/share/html/SelfService/Display.html
+++ b/share/html/SelfService/Display.html
@@ -88,6 +88,7 @@
<& /Elements/ShowHistory,
Object => $Ticket,
ShowHeaders => $ARGS{'ShowHeaders'},
+ ReverseTxns => $ARGS{'ReverseTxns'},
DownloadableHeaders => 0,
&>
-----------------------------------------------------------------------
hooks/post-receive
--
rt
More information about the rt-commit
mailing list