Bug 10751: standardize validation of title in staff purchase suggestions form
authorOwen Leonard <oleonard@myacpl.org>
Fri, 21 Feb 2014 14:22:50 +0000 (09:22 -0500)
committerGalen Charlton <gmc@esilibrary.com>
Wed, 26 Feb 2014 16:25:30 +0000 (16:25 +0000)
commit59b9078a3f7cf240bd814ee611e8f553d043491e
tree778a74613f1a9a839f1faef1d18ac0e2e920e847
parentc8ad1e6928ed424ae127bfac870d00fae7ea180a
Bug 10751: standardize validation of title in staff purchase suggestions form

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.

The patch displays a message 'Required' near the title field.
After submitting a empty title it changes to 'This field is required'
Signed-off-by: Marc VĂ©ron <veron@veron.ch>
Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
The title field is required since commit
d565fb02e9fca2ac9c506e4e7d44fd8b0d66f06a
This one makes it more consistent with formatting. It makes sense.

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt