[Koha-bugs] [Bug 23252] Missing input_marceditor class in item editor

2019-09-27 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23252 --- Comment #11 from Fridolin SOMERS --- (In reply to Marcel de Rooy from comment #10) > $(document).ready(function() { > $("input.input_marceditor, input.indicator").addClass('noEnterSubmit'); > +

[Koha-bugs] [Bug 23252] Missing input_marceditor class in item editor

2019-09-27 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23252 Marcel de Rooy changed: What|Removed |Added QA Contact|testo...@bugs.koha-communit |m.de.r...@rijksmuseum.nl

[Koha-bugs] [Bug 23252] Missing input_marceditor class in item editor

2019-09-27 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23252 --- Comment #10 from Marcel de Rooy --- $(document).ready(function() { $("input.input_marceditor, input.indicator").addClass('noEnterSubmit'); +$(document).ajaxSuccess(function() { +$("input.input_marceditor,

[Koha-bugs] [Bug 23252] Missing input_marceditor class in item editor

2019-09-20 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23252 Bouzid Fergani changed: What|Removed |Added Attachment #92631|0 |1 is obsolete|

[Koha-bugs] [Bug 23252] Missing input_marceditor class in item editor

2019-09-20 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23252 Bouzid Fergani changed: What|Removed |Added CC||bouzid.ferg...@inlibro.com

[Koha-bugs] [Bug 23252] Missing input_marceditor class in item editor

2019-09-20 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23252 Bouzid Fergani changed: What|Removed |Added Attachment #92630|0 |1 is obsolete|

[Koha-bugs] [Bug 23252] Missing input_marceditor class in item editor

2019-09-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23252 Kyle M Hall changed: What|Removed |Added Attachment #91187|0 |1 is obsolete|

[Koha-bugs] [Bug 23252] Missing input_marceditor class in item editor

2019-09-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23252 Kyle M Hall changed: What|Removed |Added Status|Needs Signoff |Signed Off -- You are

[Koha-bugs] [Bug 23252] Missing input_marceditor class in item editor

2019-09-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23252 --- Comment #7 from Kyle M Hall --- Created attachment 92631 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=92631=edit Bug 23252: Adds noEnterSubmit class in ajax context In cataloging.js $(document).ready adds

[Koha-bugs] [Bug 23252] Missing input_marceditor class in item editor

2019-08-29 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23252 --- Comment #5 from Christophe Croullebois --- Created attachment 92497 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=92497=edit Bug 23252: Adds noEnterSubmit class in ajax context In cataloging.js

[Koha-bugs] [Bug 23252] Missing input_marceditor class in item editor

2019-07-30 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23252 Fridolin SOMERS changed: What|Removed |Added Severity|normal |major --- Comment #4

[Koha-bugs] [Bug 23252] Missing input_marceditor class in item editor

2019-07-19 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23252 --- Comment #3 from Fridolin SOMERS --- (In reply to Marcel de Rooy from comment #2) > (In reply to Fridolin SOMERS from comment #1) > > The side effect is that those inputs dont get the "noEnterSubmit" class so > > form is posted

[Koha-bugs] [Bug 23252] Missing input_marceditor class in item editor

2019-07-02 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23252 --- Comment #2 from Marcel de Rooy --- (In reply to Fridolin SOMERS from comment #1) > The side effect is that those inputs dont get the "noEnterSubmit" class so > form is posted if a barcode scanner is used or if enter is used on

[Koha-bugs] [Bug 23252] Missing input_marceditor class in item editor

2019-07-02 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23252 Fridolin SOMERS changed: What|Removed |Added Patch complexity|--- |Trivial patch

[Koha-bugs] [Bug 23252] Missing input_marceditor class in item editor

2019-07-02 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23252 --- Comment #1 from Fridolin SOMERS --- Created attachment 91187 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=91187=edit Bug 23252: Add missing input_marceditor class in item editor In serials receive and

[Koha-bugs] [Bug 23252] Missing input_marceditor class in item editor

2019-07-02 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23252 Fridolin SOMERS changed: What|Removed |Added Assignee|koha-b...@lists.koha-commun