[Rt-commit] rt branch 5.0/self-service-asset-actions-menu updated. rt-5.0.5-80-g89fb1d9dd5
BPS Git Server
git at git.bestpractical.com
Tue Dec 12 21:56:59 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/self-service-asset-actions-menu has been updated
via 89fb1d9dd55506926a9e1b7a6afc8df5ee6f8b24 (commit)
from fc3439ea86fa50b54b5dd58b1912dba2eb5af739 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 89fb1d9dd55506926a9e1b7a6afc8df5ee6f8b24
Author: Jim Brandt <jbrandt at bestpractical.com>
Date: Tue Dec 12 16:55:51 2023 -0500
Move asset widget to right column on self service ticket
This makes it look much better than stretching across the full
screen and is also consistent with the privileged view.
diff --git a/share/html/SelfService/Display.html b/share/html/SelfService/Display.html
index bfaac6c8b9..01e9ffb7b6 100644
--- a/share/html/SelfService/Display.html
+++ b/share/html/SelfService/Display.html
@@ -76,11 +76,10 @@
color => "#663366" &>
<& /Ticket/Elements/ShowDates, Ticket => $Ticket, UpdatedLink => 0 &>
</&>
+ <& /Ticket/Elements/ShowAssets, Ticket => $Ticket &>
</div>
</div>
-<& /Ticket/Elements/ShowAssets, Ticket => $Ticket &>
-
</&>
% $m->callback(CallbackName => 'BeforeShowHistory', ARGSRef=> \%ARGS, Ticket => $Ticket );
-----------------------------------------------------------------------
Summary of changes:
share/html/SelfService/Display.html | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
hooks/post-receive
--
rt
More information about the rt-commit
mailing list