[Koha-bugs] [Bug 10751] Title should be mandatory for creating suggestions in staff

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Feb 21 15:26:35 CET 2014


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

--- Comment #1 from Owen Leonard <oleonard at myacpl.org> ---
Created attachment 25539
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=25539&action=edit
Bug 10751 - Title should be mandatory for creating suggestions in staff

The form for adding a new purchase suggestion in the staff client
indicates that the title field is required but does nothing to enforce
this rule. This can be handled client-side with HTML5 validation
attributes and Koha's built-in validation plugin. This patch implements
this.

To test, apply the patch and go to Acquisitions ->
Suggestions -> New purchase suggestion. Try submitting the form without
entering a title. Doing so should trigger a validation warning.

Submission of the form with valid data should work correctly. Editing an
existing suggestion should also work correctly.

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


More information about the Koha-bugs mailing list