Bug 28687 - Add Koha::Item::Attribute(s)
Summary: Add Koha::Item::Attribute(s)
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Architecture, internals, and plumbing (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement with 2 votes (vote)
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on: 27526
Blocks:
  Show dependency treegraph
 
Reported: 2021-07-08 13:44 UTC by Tomás Cohen Arazi
Modified: 2021-07-28 12:09 UTC (History)
1 user (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.