https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42398
--- Comment #6 from Jan Kissig <[email protected]> --- (In reply to David Nind from comment #2) ... > > The only comment I'd make is if fields are required, then they should marked > as such in the user interface. ... > 2. Step 2h: neither the default title or content are marked as required Hi David, from the code side the default title and default content were already required and this was checked via JS on form submission. Unfortunately this JS check did not work because it was called in the wrong order (see last 6 lines in comment 3). With the last patch I moved the order and added some markup to highlight the required fields. Why especially these fields are required and not the default fields in Additional content Pages f.e. is only known by the original author of these scripts. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
