| Summary: | Version variable not properly replaced in csv profiles help page | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Katrin Fischer <katrin.fischer> |
| Component: | Templates | Assignee: | Katrin Fischer <katrin.fischer> |
| Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
| Severity: | minor | ||
| Priority: | P5 - low | CC: | tomascohen, veron |
| Version: | Main | ||
| Hardware: | All | ||
| OS: | All | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Comma delimited list of Sponsors: | |
| Crowdfunding goal: | 0 | Patch complexity: | Trivial patch |
| Documentation contact: | Documentation submission: | ||
| Text to go in the release notes: | Version(s) released in: | ||
| Circulation function: | |||
| Attachments: |
Bug 14125: Fix template problems on csv profiles help page
[Signed-off] Bug 14125: Fix template problems on csv profiles help page [PASSED QA] Bug 14125: Fix template problems on csv profiles help page |
||
|
Description
Katrin Fischer
2015-05-03 10:19:51 UTC
Created attachment 38797 [details] [review] Bug 14125: Fix template problems on csv profiles help page Page uses TAGS Directive in order to print TT directives in the manual without having them interpreted, but fails to switch back/change all following TT code, causing problems in displaying the file correctly. See TT documentation: http://www.template-toolkit.org/docs/manual/Directives.html#section_TAGS As [- ... -] showed up in translations, I chose to switch back instead of changing the TT variable and INCLUDE. To test: - Go to tools > csv profiles - Open the help page - Verify the link to the manual includes the version and works - Verify the footer shows up correctly with the edit buttons Created attachment 38799 [details] [review] [Signed-off] Bug 14125: Fix template problems on csv profiles help page Page uses TAGS Directive in order to print TT directives in the manual without having them interpreted, but fails to switch back/change all following TT code, causing problems in displaying the file correctly. See TT documentation: http://www.template-toolkit.org/docs/manual/Directives.html#section_TAGS As [- ... -] showed up in translations, I chose to switch back instead of changing the TT variable and INCLUDE. To test: - Go to tools > csv profiles - Open the help page - Verify the link to the manual includes the version and works - Verify the footer shows up correctly with the edit buttons Works as expected. Signed-off-by: Marc Véron <veron@veron.ch> Created attachment 38845 [details] [review] [PASSED QA] Bug 14125: Fix template problems on csv profiles help page Page uses TAGS Directive in order to print TT directives in the manual without having them interpreted, but fails to switch back/change all following TT code, causing problems in displaying the file correctly. See TT documentation: http://www.template-toolkit.org/docs/manual/Directives.html#section_TAGS As [- ... -] showed up in translations, I chose to switch back instead of changing the TT variable and INCLUDE. To test: - Go to tools > csv profiles - Open the help page - Verify the link to the manual includes the version and works - Verify the footer shows up correctly with the edit buttons Works as expected. Signed-off-by: Marc Veron <veron@veron.ch> Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> Patch pushed to master. Thanks Katrina! |