Subject: | History is also filtered on other pages like the group admin page |
Hi CLOOS,
We recently noticed that the filtering happens on other pages that use the ShowHistory templates, like the group history page. I see the code currently does this check:
return if $request_path =~ m{^/Ticket/History\.html};
What would you think of a patch that runs only on Ticket/Display.html rather than checking for and not running on the ticket history page? This would also then exclude all of the other places ShowHistory is used.
Thanks,
Jim