Koha/koha-tmpl/intranet-tmpl/prog/js/vue
Matt Blenkinsop 0307c1bbff
Bug 32495: (follow-up) Remove required property
This follow-up removes the required property from the text area as this
was missed previously.

Test plan:
1) In the ERM module, add a new agreement and observe that the Description field is required
2) Apply patch
3) Repeat step 1 but this time the Required flag will not be visible.
4) Submit the form with the Description field blank - the submission
   should work

Signed-off-by: Pedro Amorim <pedro.amorim@ptfs-europe.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
2023-03-02 09:37:38 -03:00
..
components Bug 32495: (follow-up) Remove required property 2023-03-02 09:37:38 -03:00
composables Bug 32030: Filter by expired agreements 2022-11-08 09:44:21 -03:00
fetch Bug 32925: Rename isSubmitting with submitting 2023-02-27 11:14:12 -03:00
modules Bug 32728: Fix warning 2023-03-02 09:37:37 -03:00
routes Bug 32806: Move routes.js to routes/erm.js 2023-02-27 11:12:00 -03:00
stores Bug 32925: Rename isSubmitting with submitting 2023-02-27 11:14:12 -03:00
messages.js Bug 32925: Rename isSubmitting with submitting 2023-02-27 11:14:12 -03:00
vue-shims.d.ts