https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29311 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA --- Comment #5 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Hi Jeremy, Why do we not disable the form fields in the template instead of relying on the JavaScript do do it? And I think that would also work with Severine's request, as we then could and shoudl remove the class="required" in the form. + [% IF ( biblionumber ) %] + <label for="publishercode" class="required">Publisher:</label> + [% publishercode | html %] + [% ELSIF ( publishercode_required ) %] I feel like class="required" should be removed here? -- You are receiving this mail because: You are watching all bug changes.