Subject: | RT::SQL::PossibleCustomFields removed from RT in 4.2 |
Date: | Mon, 25 Nov 2013 11:37:29 -0500 |
To: | bug-rt-extension-searchresults-xls [...] rt.cpan.org |
From: | Jim Brandt <jbrandt [...] bestpractical.com> |
RT itself stopped using RT::SQL::PossibleCustomFields with this change:
https://github.com/bestpractical/rt/commit/209c9a8bb929d2
so it was removed here:
https://github.com/bestpractical/rt/commit/8e1f6b3d633
which is causing issues for SearchResults-XLS on RT 4.2:
Undefined subroutine &RT::SQL::PossibleCustomFields called at
/opt/rt4/local/plugins/RT-Extension-SearchResults-XLS/html/Search/Results.xls
line 80.
Maybe rework to pull the info from Format?
Thanks,
Jim
--