Summary: | Dropdowns in suspend holds date selector do not function in Firefox | ||
---|---|---|---|
Product: | Koha | Reporter: | Nick Clemens (kidclamp) <nick> |
Component: | OPAC | Assignee: | Jonathan Druart <jonathan.druart> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | normal | ||
Priority: | P5 - low | CC: | brendan, f.demians, jonathan.druart, julian.maurice, veron |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | Trivial patch | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: | Circulation function: | ||
Attachments: |
Bug 15412: Enable dropdowns date selector when suspending holds
Bug 15412: Enable dropdowns date selector when suspending holds [PASSED QA] Bug 15412: Enable dropdowns date selector when suspending holds |
Description
Nick Clemens (kidclamp)
2015-12-22 20:44:42 UTC
Checking out the original commit, it looks as if it never worked. Either that or Firefox has changed somehow in the past year to break it. Possible solution: http://stackoverflow.com/questions/13649459/twitter-bootstrap-multiple-modal-error/19190216#19190216 Created attachment 46271 [details] [review] Bug 15412: Enable dropdowns date selector when suspending holds It seems to be the way to fix that https://stackoverflow.com/questions/13649459/twitter-bootstrap-multiple-modal-error Test plan: 1 - Place a hold through the opac 2 - View your account->Holds 3 - Click suspend hold 4 - You should be able to select a date using the arrows and dropdowns Created attachment 46304 [details] [review] Bug 15412: Enable dropdowns date selector when suspending holds It seems to be the way to fix that https://stackoverflow.com/questions/13649459/twitter-bootstrap-multiple-modal-error Test plan: 1 - Place a hold through the opac 2 - View your account->Holds 3 - Click suspend hold 4 - You should be able to select a date using the arrows and dropdowns Followed test plan, works as expected. Signed-off-by: Marc Véron <veron@veron.ch> Created attachment 46368 [details] [review] [PASSED QA] Bug 15412: Enable dropdowns date selector when suspending holds It seems to be the way to fix that https://stackoverflow.com/questions/13649459/twitter-bootstrap-multiple-modal-error Test plan: 1 - Place a hold through the opac 2 - View your account->Holds 3 - Click suspend hold 4 - You should be able to select a date using the arrows and dropdowns Followed test plan, works as expected. Signed-off-by: Marc Véron <veron@veron.ch> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Pushed to master - Thanks Patch pushed to 3.22.x, will be in 3.22.2 This patch has been pushed to 3.20.x, will be in 3.20.8. |