Change #4331
Category | None |
Changed by | Jason Etheridge <jason | @equinoxinitiative.org>
Changed at | Mon 19 Jun 2017 12:10:03 |
Repository | git://git.evergreen-ils.org/Evergreen.git |
Project | Evergreen |
Branch | master |
Revision | d6fba7b4c4c63c2eb3f16f099dd52904fb158279 |
Comments
lp1686459 webstaff: item editor form validation Specifically for stat cats, we mark the select statements as required if the corresponding stat cat is required, but we can also start using HTML5 validation tests elsewhere in the form now as well. I also fixed the <NONE> entries so that they display instead of blank entries, and forced the Price, Cost, and Deposit Amount fields to be of input type number, though you could still enter invalid numbers here from the database's POV, so better validation tests are still needed there. Signed-off-by: Jason Etheridge <jason@equinoxinitiative.org> Signed-off-by: Andrea Neiman <abneiman@equinoxinitiative.org> Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
Changed files
- Open-ILS/src/templates/staff/cat/volcopy/t_attr_edit.tt2
- Open-ILS/src/templates/staff/cat/volcopy/t_edit.tt2
- Open-ILS/web/js/ui/default/staff/cat/volcopy/app.js