[Koha-bugs] [Bug 22657] Remove JavaScript from OPAC suggestion validation of required fields

2019-05-30 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22657 Martin Renvoize changed: What|Removed |Added CC|

[Koha-bugs] [Bug 22657] Remove JavaScript from OPAC suggestion validation of required fields

2019-05-15 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22657 --- Comment #14 from Nick Clemens --- (In reply to Katrin Fischer from comment #5) > > The validation is done using the browser's built-in interpretation of the > > HTML5 attribute "required." What you see appears to be a browser

[Koha-bugs] [Bug 22657] Remove JavaScript from OPAC suggestion validation of required fields

2019-05-15 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22657 Nick Clemens changed: What|Removed |Added Status|Passed QA |Pushed to Master ---

[Koha-bugs] [Bug 22657] Remove JavaScript from OPAC suggestion validation of required fields

2019-05-10 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22657 Nick Clemens changed: What|Removed |Added CC||n...@bywatersolutions.com

[Koha-bugs] [Bug 22657] Remove JavaScript from OPAC suggestion validation of required fields

2019-05-10 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22657 Marcel de Rooy changed: What|Removed |Added CC||m.de.r...@rijksmuseum.nl

[Koha-bugs] [Bug 22657] Remove JavaScript from OPAC suggestion validation of required fields

2019-05-10 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22657 Marcel de Rooy changed: What|Removed |Added Attachment #89520|0 |1 is obsolete|

[Koha-bugs] [Bug 22657] Remove JavaScript from OPAC suggestion validation of required fields

2019-05-10 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22657 Marcel de Rooy changed: What|Removed |Added Attachment #89504|0 |1 is obsolete|

[Koha-bugs] [Bug 22657] Remove JavaScript from OPAC suggestion validation of required fields

2019-05-10 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22657 Marcel de Rooy changed: What|Removed |Added Status|Signed Off |Passed QA -- You are

[Koha-bugs] [Bug 22657] Remove JavaScript from OPAC suggestion validation of required fields

2019-05-09 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22657 --- Comment #9 from Owen Leonard --- Created attachment 89520 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89520=edit Bug 22657: (QA follow-up) Restore previous version of regex This patch restores the previous

[Koha-bugs] [Bug 22657] Remove JavaScript from OPAC suggestion validation of required fields

2019-05-09 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22657 --- Comment #8 from Jonathan Druart --- A good reason for that change: -@mandatoryfields = sort split(/\s*\,\s*/, $fldsreq_sp); +@mandatoryfields = split( ",", $fldsreq_sp ); ? I think the regex must be kept as it, just

[Koha-bugs] [Bug 22657] Remove JavaScript from OPAC suggestion validation of required fields

2019-05-09 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22657 Owen Leonard changed: What|Removed |Added Attachment #87939|0 |1 is obsolete|

[Koha-bugs] [Bug 22657] Remove JavaScript from OPAC suggestion validation of required fields

2019-05-09 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22657 Owen Leonard changed: What|Removed |Added Status|Patch doesn't apply |Signed Off -- You are

[Koha-bugs] [Bug 22657] Remove JavaScript from OPAC suggestion validation of required fields

2019-05-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22657 Jonathan Druart changed: What|Removed |Added CC|

[Koha-bugs] [Bug 22657] Remove JavaScript from OPAC suggestion validation of required fields

2019-04-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22657 --- Comment #5 from Katrin Fischer --- (In reply to Owen Leonard from comment #4) > (In reply to Katrin Fischer from comment #3) > > > - Scroll > > - Verify the note stays in the same place while the form moves > > The validation

[Koha-bugs] [Bug 22657] Remove JavaScript from OPAC suggestion validation of required fields

2019-04-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22657 Owen Leonard changed: What|Removed |Added Status|Failed QA |Signed Off --- Comment #4

[Koha-bugs] [Bug 22657] Remove JavaScript from OPAC suggestion validation of required fields

2019-04-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22657 Katrin Fischer changed: What|Removed |Added Status|Signed Off |Failed QA -- You are

[Koha-bugs] [Bug 22657] Remove JavaScript from OPAC suggestion validation of required fields

2019-04-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22657 Katrin Fischer changed: What|Removed |Added CC||katrin.fisc...@bsz-bw.de

[Koha-bugs] [Bug 22657] Remove JavaScript from OPAC suggestion validation of required fields

2019-04-12 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22657 Bin changed: What|Removed |Added CC||bin@inlibro.com

[Koha-bugs] [Bug 22657] Remove JavaScript from OPAC suggestion validation of required fields

2019-04-12 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22657 Bin changed: What|Removed |Added Attachment #87526|0 |1 is obsolete|

[Koha-bugs] [Bug 22657] Remove JavaScript from OPAC suggestion validation of required fields

2019-04-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22657 --- Comment #1 from Owen Leonard --- Created attachment 87526 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=87526=edit Bug 22657: Remove JavaScript from OPAC suggestion validation of required fields This patch

[Koha-bugs] [Bug 22657] Remove JavaScript from OPAC suggestion validation of required fields

2019-04-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22657 Owen Leonard changed: What|Removed |Added Status|ASSIGNED|Needs Signoff Patch