http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11292
--- Comment #15 from M. de Rooy <[email protected]> --- (In reply to Kyle M Hall from comment #14) > I am more than willing to make adjustments if necessary. However, I'm not > grokking what the inconsistency in this case is. Should be make > noEnterSubmit apply to forms Koha-wide, and have a provision to allow it ( > i.e. allowEnterSubmit )? To my understanding: the inconsistency is two ways to handle the same. You define a separate keyboard handler, but elsewhere the class name noEnterSubmit is picked up by a global keyboard handler (see staff-global.js). It would be more consistent to do the same in cataloging.js. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
