Currently the PROBLEM_REPORT notice does not properly call the problemreports object into the notice.
Created attachment 171884 [details] [review] Attachment to Bug 37989 - Add template toolkit to problem_report notice Bug 37989: Add template toolkit to problem_report notice This patch adds the ability to use template toolkit in the PROBLEM_REPORT notice
To test: 1. Turn on OPACReportProblem in the system preferences. 2. In the staff interface, create the following report: SELECT * FROM message_queue WHERE letter_id='PROBLEM_REPORT' 3. Log into the OPAC 4. Report a problem 5. Run the report you created. 6. Observe the data. (Bug 37991, the title doesn't store properly) 7. Apply the patch 8. Restart all services (restart_all on command line Restart Services in sandbox options) 9. Edit the PROBLEM_REPORT notice to include [% problemreport.username %] after the bespoke syntax for the username. 10. File a new OPAC problem report 11. Run your report. 2 usernames should now show.
Created attachment 172019 [details] [review] Bug 37989: Add template toolkit to problem_report notice This patch adds the ability to use template toolkit in the PROBLEM_REPORT notice Signed-off-by: Olivier V <olivier.vezina@inLibro.com>