Bugzilla – Attachment 147558 Details for
Bug 32495
Required fields in API and UI form don't match
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 32495: (follow-up) Remove required property
Bug-32495-follow-up-Remove-required-property.patch (text/plain), 1.43 KB, created by
Pedro Amorim
on 2023-03-01 11:50:42 UTC
(
hide
)
Description:
Bug 32495: (follow-up) Remove required property
Filename:
MIME Type:
Creator:
Pedro Amorim
Created:
2023-03-01 11:50:42 UTC
Size:
1.43 KB
patch
obsolete
>From fa7691923dd44526876e477360d200487c6b90a7 Mon Sep 17 00:00:00 2001 >From: Matt Blenkinsop <matt.blenkinsop@ptfs-europe.com> >Date: Wed, 1 Mar 2023 10:46:20 +0000 >Subject: [PATCH] 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> >--- > .../prog/js/vue/components/ERM/AgreementsFormAdd.vue | 1 - > 1 file changed, 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/AgreementsFormAdd.vue b/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/AgreementsFormAdd.vue >index 7720370b00..bd5796e4b2 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/AgreementsFormAdd.vue >+++ b/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/AgreementsFormAdd.vue >@@ -46,7 +46,6 @@ > :placeholder="$__('Description')" > rows="10" > cols="50" >- required > /> > </li> > <li> >-- >2.30.2
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 32495
:
145149
|
145205
|
147290
|
147555
| 147558