[Bug 26526] New: Checkout notes use not clear in OPAC
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26526 Bug ID: 26526 Summary: Checkout notes use not clear in OPAC Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: minor Priority: P5 - low Component: OPAC Assignee: oleonard@myacpl.org Reporter: katrin.fischer@bsz-bw.de QA Contact: testopia@bugs.koha-community.org With AllowCheckoutNotes enabled there is a column labelled 'Note' in the checkouts table in the OPAC. Once you enter a note and submit it tells you that your note has been sent to the library. I believe that this will come as a surprise to quite a lof of people as the column doesn't indicate in any way that it's not a personal notes field but supposed to be used to communicate issues to the library. We should rephrase the table heading and maybe add a hint about what this is supposed to be used for. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26526 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Checkout notes use not |Use of checkout notes not |clear in OPAC |clear in OPAC -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26526 George Williams (NEKLS) <george@nekls.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |george@nekls.org --- Comment #1 from George Williams (NEKLS) <george@nekls.org> --- I agree that the "Note" column isn't very descriptive to patrons. I use jQuery to relabel the column as "Report a problem with this item." -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26526 --- Comment #2 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Thx for the suggestion George! Do you think we could agree on this change? -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26526 Séverine Queune <severine.queune@bulac.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |severine.queune@bulac.fr --- Comment #3 from Séverine Queune <severine.queune@bulac.fr> --- This suggestion seems clear enough to me, thank you George ! -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26526 --- Comment #4 from George Williams (NEKLS) <george@nekls.org> --- I agree and I know that at least a couple of other libraries are using jQuery to make the same or a similar change. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26526 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff Patch complexity|--- |Trivial patch -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26526 --- Comment #5 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Created attachment 111944 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=111944&action=edit Bug 26526: Relabel checkout note column in OPAC When checkout notes are active, there is currently a new column labelled 'Note' in the checkouts table in OPAC. When a note is added, this is sent to the library. For the user it's not clear from the label, that these notes are not personal, but for reporting to the library. The new label "Report a problem" aims to make this clearer. To test: - Turn on AllowCheckoutNotes system preference - Check out some items to your account - Go to the OPAC - Look at the list of checkouts - Apply patch - Reload the page and check the checkouts table again - Verify the heading has changed from "Notes" to "Report a problem" - Hover over the heading with your cursor to see some more info Bonus: Patch adds an id "checkout-notes" to the header cell, that will make it easier for libraries to change text or style if needed. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26526 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |Academy Assignee|oleonard@myacpl.org |katrin.fischer@bsz-bw.de -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26526 ByWater Sandboxes <bws.sandboxes@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #111944|0 |1 is obsolete| | --- Comment #6 from ByWater Sandboxes <bws.sandboxes@gmail.com> --- Created attachment 111950 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=111950&action=edit Bug 26526: Relabel checkout note column in OPAC When checkout notes are active, there is currently a new column labelled 'Note' in the checkouts table in OPAC. When a note is added, this is sent to the library. For the user it's not clear from the label, that these notes are not personal, but for reporting to the library. The new label "Report a problem" aims to make this clearer. To test: - Turn on AllowCheckoutNotes system preference - Check out some items to your account - Go to the OPAC - Look at the list of checkouts - Apply patch - Reload the page and check the checkouts table again - Verify the heading has changed from "Notes" to "Report a problem" - Hover over the heading with your cursor to see some more info Bonus: Patch adds an id "checkout-notes" to the header cell, that will make it easier for libraries to change text or style if needed. Signed-off-by: Barbara Johnson <barbara.johnson@bedfordtx.gov> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26526 --- Comment #7 from Barbara Johnson <barbara.johnson@bedfordtx.gov> --- Worked great! -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26526 Barbara Johnson <barbara.johnson@bedfordtx.gov> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off CC| |barbara.johnson@bedfordtx.g | |ov -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26526 Martin Renvoize <martin.renvoize@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #111950|0 |1 is obsolete| | --- Comment #8 from Martin Renvoize <martin.renvoize@ptfs-europe.com> --- Created attachment 112108 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=112108&action=edit Bug 26526: Relabel checkout note column in OPAC When checkout notes are active, there is currently a new column labelled 'Note' in the checkouts table in OPAC. When a note is added, this is sent to the library. For the user it's not clear from the label, that these notes are not personal, but for reporting to the library. The new label "Report a problem" aims to make this clearer. To test: - Turn on AllowCheckoutNotes system preference - Check out some items to your account - Go to the OPAC - Look at the list of checkouts - Apply patch - Reload the page and check the checkouts table again - Verify the heading has changed from "Notes" to "Report a problem" - Hover over the heading with your cursor to see some more info Bonus: Patch adds an id "checkout-notes" to the header cell, that will make it easier for libraries to change text or style if needed. Signed-off-by: Barbara Johnson <barbara.johnson@bedfordtx.gov> Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26526 Martin Renvoize <martin.renvoize@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |martin.renvoize@ptfs-europe | |.com Status|Signed Off |Passed QA --- Comment #9 from Martin Renvoize <martin.renvoize@ptfs-europe.com> --- This is a genuine improvement that clarifies the feature.. nice work. Passing QA Side Note; I wonder if at some point we should merge the results of these problem reports into the general problem reports UI recently introduced by Aliesha. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26526 Jonathan Druart <jonathan.druart@bugs.koha-community.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to master Version(s)| |20.11.00 released in| | -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26526 --- Comment #10 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- Pushed to master for 20.11, thanks to everybody involved! -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26526 Lucas Gass <lucas@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)|20.11.00 |20.11.00, 20.05.06 released in| | Status|Pushed to master |Pushed to stable CC| |lucas@bywatersolutions.com --- Comment #11 from Lucas Gass <lucas@bywatersolutions.com> --- backported to 20.05.x for 20.05.06 -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26526 Aleisha Amohia <aleisha@catalyst.net.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |aleisha@catalyst.net.nz --- Comment #12 from Aleisha Amohia <aleisha@catalyst.net.nz> --- enhancement, not backported to 19.11.x -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26526 Aleisha Amohia <aleisha@catalyst.net.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to stable |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org