Subject: | LastTransactionContent not in Display Columns |
Date: | Wed, 05 Mar 2014 16:35:36 +0100 |
To: | bug-RTx-TicketlistTransactions [...] rt.cpan.org |
From: | Christian Loos <cloos [...] netcologne.de> |
Hi,
html/Callbacks/RTx-TicketlistTransactions/Search/Elements/BuildFormatString/SetFieldsOnce
add the new LastTransactionContent column to the 'Display Columns'
select on Search/Build.html.
But LastTransactionContent is only in the 'Display Columns' select on
the first Search/Build.html page load after a webserver restart. If you
then reload the Search/Build.html page the LastTransactionContent isn't
in the 'Display Columns' select any more.
I think the reason for this is that the SetFieldsOnce callback in
share/html/Search/Elements/BuildFormatString have CallbackOnce set to 1.
Maybe using the default callback and check if Fields already contains
LastTransactionContent could fix this.
Chris