[Bug 13136] New: No documentation for Home › Tools › Labels home › Manage label Layouts
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13136 Bug ID: 13136 Summary: No documentation for Home › Tools › Labels home › Manage label Layouts Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Documentation Assignee: nengard@gmail.com Reporter: barton@bywatersolutions.com QA Contact: testopia@bugs.koha-community.org Clicking on the help button on the "Manage label Layouts" screen brings up a pop-up window with the following text: Online help Sorry, there is no help available for this topic, please refer to the Koha 3.16 manual (online). At the very least this should point to '2.5.3.1. Add a Layout' -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13136 Marc Véron <veron@veron.ch> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |veron@veron.ch --- Comment #1 from Marc Véron <veron@veron.ch> --- Still valid on current master. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13136 --- Comment #2 from Nicole C. Engard <nengard@gmail.com> --- Created attachment 45470 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=45470&action=edit [BUG 13136] Add missing help file for label-manage.pl This patch adds in a help file for the new label-manage page. To test: * visit label creator * click manage and choose an option * click 'help' and confirm the file loads * repeat for all options under manage -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13136 Nicole C. Engard <nengard@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- 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=13136 Héctor Eduardo Castro Avalos <hector.hecaxmmx@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |hector.hecaxmmx@gmail.com --- Comment #3 from Héctor Eduardo Castro Avalos <hector.hecaxmmx@gmail.com> --- (In reply to Nicole C. Engard from comment #2)
Created attachment 45470 [details] [review] [BUG 13136] Add missing help file for label-manage.pl
This patch adds in a help file for the new label-manage page.
To test:
* visit label creator * click manage and choose an option * click 'help' and confirm the file loads * repeat for all options under manage
I have a problem when attaching the patch with git bz UnicodeEncodeError: 'ascii' codec can't encode character u'\u203a' in position 54: ordinal not in range(128) I don't know if only is my problem, please confirm -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13136 --- Comment #4 from Marc Véron <veron@veron.ch> --- QA tools complain about tab chars in prog/en/modules/help/labels/label-manage.tt forbidden pattern: tab char (line 36) forbidden pattern: tab char (line 70) forbidden pattern: tab char (line 34) forbidden pattern: tab char (line 41) forbidden pattern: tab char (line 42) forbidden pattern: tab char (line 65) forbidden pattern: tab char (line 39) forbidden pattern: tab char (line 69) -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13136 --- Comment #5 from Marc Véron <veron@veron.ch> --- (In reply to Héctor Eduardo Castro Avalos from comment #3) (...)
I have a problem when attaching the patch with git bz
UnicodeEncodeError: 'ascii' codec can't encode character u'\u203a' in position 54: ordinal not in range(128)
I don't know if only is my problem, please confirm
The character \u203a' is a quote character that looks like '>' In earlier commits, I produced such errors by copy-pasting the breadcrumbs from the staff client (like Home > Tools > Label creator) to the commit message. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13136 Héctor Eduardo Castro Avalos <hector.hecaxmmx@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |In Discussion --- Comment #6 from Héctor Eduardo Castro Avalos <hector.hecaxmmx@gmail.com> --- (In reply to Marc Véron from comment #5)
The character \u203a' is a quote character that looks like '>' In earlier commits, I produced such errors by copy-pasting the breadcrumbs from the staff client (like Home > Tools > Label creator) to the commit message.
I've tried to change to a valid > also I changed the tab char but I couldn't attach it. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13136 Héctor Eduardo Castro Avalos <hector.hecaxmmx@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|No documentation for Home › |No documentation for Home > |Tools › Labels home › |Tools > Labels home > |Manage label Layouts |Manage label Layouts -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13136 Héctor Eduardo Castro Avalos <hector.hecaxmmx@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #45470|0 |1 is obsolete| | --- Comment #7 from Héctor Eduardo Castro Avalos <hector.hecaxmmx@gmail.com> --- Created attachment 45532 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=45532&action=edit [SIGNED-OFF]Bug 13136: Add missing help file for label-manage.pl This patch adds in a help file for the new label-manage page. To test: * visit label creator * click manage and choose an option * click 'help' and confirm the file loads * repeat for all options under manage Signed-off-by: Hector Castro <hector.hecaxmmx@gmail.com> Works as advertised -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13136 Héctor Eduardo Castro Avalos <hector.hecaxmmx@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|In Discussion |Signed Off -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13136 --- Comment #8 from Héctor Eduardo Castro Avalos <hector.hecaxmmx@gmail.com> --- QA Tool FAIL koha-tmpl/intranet-tmpl/prog/en/modules/help/labels/label-manage.tt FAIL forbidden patterns forbidden pattern: tab char (line 36) forbidden pattern: tab char (line 70) forbidden pattern: tab char (line 34) forbidden pattern: tab char (line 41) forbidden pattern: tab char (line 42) forbidden pattern: tab char (line 65) forbidden pattern: tab char (line 39) forbidden pattern: tab char (line 69) The patch fails because summary has character \u203a' -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13136 Héctor Eduardo Castro Avalos <hector.hecaxmmx@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #45532|0 |1 is obsolete| | --- Comment #9 from Héctor Eduardo Castro Avalos <hector.hecaxmmx@gmail.com> --- Created attachment 45536 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=45536&action=edit [SIGNED-OFF]Bug 13136: Add missing help file for label-manage.pl This patch adds in a help file for the new label-manage page. To test: * visit label creator * click manage and choose an option * click 'help' and confirm the file loads * repeat for all options under manage Signed-off-by: Hector Castro <hector.hecaxmmx@gmail.com> Works as advertised. Tab char corrected -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13136 --- Comment #10 from Héctor Eduardo Castro Avalos <hector.hecaxmmx@gmail.com> --- Hi Nicole I changed the summary or title of the bug and I fixed the tab char up. The bug remained authored by you. Regards -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13136 Jonathan Druart <jonathan.druart@bugs.koha-community.org> 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=13136 Jonathan Druart <jonathan.druart@bugs.koha-community.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #45536|0 |1 is obsolete| | --- Comment #11 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- Created attachment 45561 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=45561&action=edit Bug 13136: Add missing help file for label-manage.pl This patch adds in a help file for the new label-manage page. To test: * visit label creator * click manage and choose an option * click 'help' and confirm the file loads * repeat for all options under manage Signed-off-by: Hector Castro <hector.hecaxmmx@gmail.com> Works as advertised. Tab char corrected Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13136 Jesse Weaver <jweaver@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jweaver@bywatersolutions.co | |m Status|Passed QA |Pushed to Master --- Comment #12 from Jesse Weaver <jweaver@bywatersolutions.com> --- Pushed to master. Thanks for your contribution! -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13136 Julian Maurice <julian.maurice@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |julian.maurice@biblibre.com Status|Pushed to Master |Pushed to Stable --- Comment #13 from Julian Maurice <julian.maurice@biblibre.com> --- Patch pushed to 3.22.x, will be in 3.22.2 -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13136 Frédéric Demians <frederic@tamil.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |frederic@tamil.fr --- Comment #14 from Frédéric Demians <frederic@tamil.fr> --- This patch has been pushed to 3.20.x, will be in 3.20.8. -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org