Bug 28687

Summary: Add Koha::Item::Attribute(s)
Product: Koha Reporter: Tomás Cohen Arazi <tomascohen>
Component: Architecture, internals, and plumbingAssignee: Bugs List <koha-bugs>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: jonathan.druart
Version: Main   
Hardware: All   
OS: All   
See Also: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28445
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Bug Depends on: 27526    
Bug Blocks:    

Description Tomás Cohen Arazi 2021-07-08 13:44:08 UTC
We should get rid of items.more_subfields_xml. For that, we should
- Add a table to store the item's extended attributes
- Add classes for handling them
- Migrate more_subfields_xml into that
Comment 1 Jonathan Druart 2021-07-28 12:09:12 UTC
Note that bug 28445 is adding a Koha::Item::Attributes class.