https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32495
David Nind <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #145149|0 |1 is obsolete| | --- Comment #4 from David Nind <[email protected]> --- 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 <[email protected]> -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
