Bugzilla – Attachment 147555 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.39 KB, created by
Matt Blenkinsop
on 2023-03-01 10:48:35 UTC
(
hide
)
Description:
Bug 32495: (follow-up) Remove required property
Filename:
MIME Type:
Creator:
Matt Blenkinsop
Created:
2023-03-01 10:48:35 UTC
Size:
1.39 KB
patch
obsolete
>From 634d9ed319c23f98077af493ccebdb6b68712ca9 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 >--- > .../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 260c50f9e27..d85bf0d8a9a 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.37.1 (Apple Git-137.1)
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