[Bug 16606] New: Checkout settings dropdown should have a preference to stay open all the time
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16606 Bug ID: 16606 Summary: Checkout settings dropdown should have a preference to stay open all the time Change sponsored?: --- Product: Koha Version: 3.22 Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Circulation Assignee: koha-bugs@lists.koha-community.org Reporter: cbrannon@cdalibrary.org QA Contact: testopia@bugs.koha-community.org CC: gmcharlt@gmail.com, kyle.m.hall@gmail.com Not everyone is concerned with the additional space taken up with the new Checkout settings. It would be helpful if these options could be set to always show. For now I will use a jQuery to force it open, but a preference would be preferable. No pun intended. Christopher -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16606 Christopher Brannon <cbrannon@cdalibrary.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |Academy -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16606 Caitlin Goodger <caitlingoodger.student@wegc.school.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16606 --- Comment #1 from Caitlin Goodger <caitlingoodger.student@wegc.school.nz> --- Created attachment 59187 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=59187&action=edit Bug 16606 Checkout settings dropdown should have a preference to stay open all the time Test Plan 1: Update database 2: Turn on the CheckoutSettingsVisibility syspref 3: Go to your checkouts 4: COnfirm that the checkout settings is open 5: Turn the syspref and go back to your checkouts 6: Confirm that the Checkout settings are closed -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16606 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off Patch complexity|--- |Small patch -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16606 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #59187|0 |1 is obsolete| | --- Comment #2 from Owen Leonard <oleonard@myacpl.org> --- Created attachment 59506 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=59506&action=edit [SIGNED-OFF] Bug 16606 Checkout settings dropdown should have a preference to stay open all the time Test Plan 1: Update database 2: Turn on the CheckoutSettingsVisibility syspref 3: Go to your checkouts 4: COnfirm that the checkout settings is open 5: Turn the syspref and go back to your checkouts 6: Confirm that the Checkout settings are closed Signed-off-by: Owen Leonard <oleonard@myacpl.org> -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16606 Jonathan Druart <jonathan.druart@bugs.koha-community.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |In Discussion CC| |jonathan.druart@bugs.koha-c | |ommunity.org --- Comment #3 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- I do not think this option should be controlled by a syspref. It would better to let it open if the user open it, don't you think? To do that we could use a cookie to store user's preference. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16606 --- Comment #4 from Christopher Brannon <cbrannon@cdalibrary.org> --- (In reply to Jonathan Druart from comment #3)
I do not think this option should be controlled by a syspref. It would better to let it open if the user open it, don't you think? To do that we could use a cookie to store user's preference.
While I agree, current method on this page to show the checkouts table and keep it open is to check a box. It would be preferred to pick one method and stick with it. If I am understanding, you would like it to stay open if the user opens it, and stay closed if the user closes it. I like that, but if we do that, I would say we should open another ticket to make the table work that way too. Otherwise, people are looking for checkboxes and preferences based off current practices. Don't you think? -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16606 Jonathan Druart <jonathan.druart@bugs.koha-community.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |oleonard@myacpl.org --- Comment #5 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- (In reply to Christopher Brannon from comment #4)
(In reply to Jonathan Druart from comment #3)
I do not think this option should be controlled by a syspref. It would better to let it open if the user open it, don't you think? To do that we could use a cookie to store user's preference.
While I agree, current method on this page to show the checkouts table and keep it open is to check a box. It would be preferred to pick one method and stick with it. If I am understanding, you would like it to stay open if the user opens it, and stay closed if the user closes it.
I like that, but if we do that, I would say we should open another ticket to make the table work that way too. Otherwise, people are looking for checkboxes and preferences based off current practices. Don't you think?
IMO It makes sense to have a checkbox to save the show/hide table choice, not for the show/hide settings. Otherwise I have no idea how we could get the show/hide table user's choice. A toggle with the caret down icon would look bizarre. Ccing Owen to get his opinion. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16606 Marjorie Barry-Vila <marjorie.barry-vila@ccsr.qc.ca> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |marjorie.barry-vila@ccsr.qc | |.ca -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16606 --- Comment #6 from Marjorie Barry-Vila <marjorie.barry-vila@ccsr.qc.ca> --- (In reply to Christopher Brannon from comment #0)
Not everyone is concerned with the additional space taken up with the new Checkout settings. It would be helpful if these options could be set to always show.
For now I will use a jQuery to force it open, but a preference would be preferable. No pun intended.
Christopher
Hi, Could you share your code JQuery? I did not find it on wiki. Regards, Marjorie -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16606 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|Academy | CC| |katrin.fischer@bsz-bw.de -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16606 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|3.22 |master -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org