[rt-users] SelfService/Display.html patch
Jon Daley
bestpractical at jon.limedaley.com
Wed Jun 29 11:55:12 EDT 2005
I noticed today that Display.html (in SelfService) has a couple
bugs in it. (unless I am thinking about things incorrectly)
It does not respect the Display Mode/Show Headers variable appropriately
for the ShowHistory include.
It does not set the URI variable, and so the link to "Full Headers" goes
to the wrong place.
Changes attached.
-------------- next part --------------
73c73
< <& /Ticket/Elements/ShowHistory, URIFile => $URIFile, ShowHeaders => $ShowHeaders, Ticket => $Ticket, AttachPath => "Attachment", Attachments => $attachments, UpdatePath => "Update.html" &>
---
> <& /Ticket/Elements/ShowHistory, Ticket => $Ticket, AttachPath => "Attachment", Attachments => $attachments, UpdatePath => "Update.html" &>
209,210d208
< $URIFile => $RT::WebPath."/SelfService/Display.html"
< $ShowHeaders => 0
More information about the rt-users
mailing list