https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41980
David Nind <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Text to go in the| |This enhancement improves release notes| |the descriptions and | |tooltips for several | |fields: | |- Allow and hide fields: | |instead of codes (such as | |CQ), | | most codes now include a | |description | | (such as CQ - Valid | |Patron Password) | |- Improved tooltips for | |these fields: | | . CR item field | | . CT always send | | . CV always send 00 on | |success | | . CV triggers alert | |- Adds tooltips in the | |template section for the | | AE, AV, and DA field | |templates CC| |[email protected] --- Comment #4 from David Nind <[email protected]> --- Nice! This definitely makes things clearer. Testing notes (using KTD): 1. Go to Administration > Patrons and circulation > Self-service circulation (SIP2) > Accounts > New account 2. In the details section: 2.1 Note that the values listed for these dropdown lists are just codes, such as CQ, CD: - Allow fields - Hide fields 2.2 Note there are relatively short tooltips for these fields: - CR item field - CT always send - CV always send 00 on success - CV triggers alert 2.3 In the templates section, note that there are no tooltips for these fields: - AE field template - AV field template - DA field template 3. Apply the patch. 4. Rebuild things: yarn build 5. Restart everything: restart_all 6. Refresh the page. 7. For step 2.1, note that most values have a short description for each code. 8. For step 2.2, note that more detailed tooltips (see the patch diff for a comparison). 9. For step 2.3, note that there are now tooltips for the fields. Observations, not showstoppers for me as they can be done in new bugs: 1. Should we use sentence case for the dropdown list descriptions? 2. There are no descriptions for these codes: - AR - AW - AX - BA - BB - BC - BJ - CE 3. For AE, AV, and DA, maybe we should change the text for the last sentence: - Current: "...Use the Template::Toolkit syntax; the 'XXX' object (Koha::XXX) is available." - Proposed: "...Use Template Toolkit syntax - the XXX fields for XXX are available." 4. Happy to add a follow-up patch for these, or do on a new bug. -- 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/
