[Bug 14125] New: Version variable not properly replaced in csv profiles help page
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14125 Bug ID: 14125 Summary: Version variable not properly replaced in csv profiles help page Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: minor Priority: P5 - low Component: Templates Assignee: oleonard@myacpl.org Reporter: katrin.fischer@bsz-bw.de QA Contact: testopia@bugs.koha-community.org To see the problem: - Go to Tools > CSV-Profiles - Open help page - Check link to the manual: <p><strong>See the full documentation for CSV Profiles in the <a href="http://manual.koha-community.org/[% helpVersion %]/en/csvprofiles.html">manual</a> (online).</strong></p> -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14125 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Trivial patch Status|NEW |Needs Signoff -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14125 --- Comment #1 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Created attachment 38797 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=38797&action=edit 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 -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14125 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|oleonard@myacpl.org |katrin.fischer@bsz-bw.de -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14125 --- Comment #2 from Marc Véron <veron@veron.ch> --- Created attachment 38799 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=38799&action=edit [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> -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14125 Marc Véron <veron@veron.ch> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off CC| |veron@veron.ch -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14125 Kyle M Hall <kyle@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14125 Kyle M Hall <kyle@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #38797|0 |1 is obsolete| | Attachment #38799|0 |1 is obsolete| | --- Comment #3 from Kyle M Hall <kyle@bywatersolutions.com> --- Created attachment 38845 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=38845&action=edit [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> -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14125 Tomás Cohen Arazi <tomascohen@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tomascohen@gmail.com Status|Passed QA |Pushed to Master --- Comment #4 from Tomás Cohen Arazi <tomascohen@gmail.com> --- Patch pushed to master. Thanks Katrina! -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org