[Koha-bugs] [Bug 35190] additional_fields table should allow null values for authorised_value_category

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Oct 30 18:26:14 CET 2023


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

--- Comment #1 from Emily Lamancusa <emily.lamancusa at montgomerycountymd.gov> ---
Created attachment 158087
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=158087&action=edit
Bug 35190: Set default NULL for authorised_value_category in additional_fields
table

To test:
1. Start KTD without this patch
2. In the Administration module, create an Additional Field with
   Authorized Value set to None
3. Create another Additional Field with Authorized Value set to an
   existing authorized value
4. Apply patch and updatedatabase
5. Access the database in the command line with koha-mysql kohadev
6. Select all rows from additional_fields
7. Confirm that the two Additional Fields from earlier have values of
   NULL and the correct authorized value, respectively, in their
   authorised_value_category fields.
8. reset_all to test new install
9. Access the database in the command line
10. Show the table structure for additional_fields and confirm that
    default for authorised_value_category is NULL

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


More information about the Koha-bugs mailing list