[Koha-bugs] [Bug 13080] New: addClass('noEnterSubmit') no longer functioning for 5xx tags while cataloging

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Oct 14 01:38:22 CEST 2014


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13080

            Bug ID: 13080
           Summary: addClass('noEnterSubmit') no longer functioning for
                    5xx tags while cataloging
 Change sponsored?: ---
           Product: Koha
           Version: 3.16
          Hardware: All
                OS: All
            Status: NEW
          Severity: major
          Priority: P5 - low
         Component: Cataloging
          Assignee: gmcharlt at gmail.com
          Reporter: costalc at gmail.com
        QA Contact: testopia at bugs.koha-community.org
                CC: m.de.rooy at rijksmuseum.nl

Created attachment 32293
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=32293&action=edit
noEnterSubmit

Tested in koha-common 3.16.4. 

When trying to input text in a textarea html tag while cataloging the "intro"
key does not funcion.

Needs to fix file intranet-tmpl/prog/*LANG*/js/cataloging.js 

In LINE 486 erase 'noEnterSubmit' parameter in function addClass.

So:
-    $(".input_marceditor, .indicator").addClass('noEnterSubmit');
+    $(".input_marceditor, .indicator").addClass('');

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list