https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37989
--- Comment #7 from Victor Grousset/tuxayo <[email protected]> --- Created attachment 175638 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=175638&action=edit Bug 37989: Add template toolkit to problem_report notice This patch adds the ability to use template toolkit in the PROBLEM_REPORT notice Test plan: 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. Edit the PROBLEM_REPORT notice to include [% problemreport.username %] after the bespoke syntax for the username. 5. Report a problem 6. Run the report you created. 7. Observe the data. (Bug 37991, the title doesn't store properly) 8. Apply the patch 9. Restart all services (restart_all on command line Restart Services in sandbox options) 10. File a new OPAC problem report 11. Run your report. 2 usernames should now show. Signed-off-by: Olivier V <[email protected]> -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
