[Koha-bugs] [Bug 32495] Required fields in API and UI form don't match

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Jan 10 23:17:29 CET 2023


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32495

David Nind <david at davidnind.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #145149|0                           |1
        is obsolete|                            |

--- Comment #4 from David Nind <david at davidnind.com> ---
Created attachment 145205
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=145205&action=edit
Bug 32495: Mis-matched required fields in UI and api

The "description" field is marked as required in the UI when creating a new
Agreement. This flag has been removed to match the API where it is not a
required field. Is Perpetual has not been marked as required as it is a
checkbox with a default selection so will always provide a value.

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.

Signed-off-by: David Nind <david at davidnind.com>

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list