-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1091 from libris/feature/lxl-4504-catalogue-singl…
…e-item # Summary of changes * Add settings.extractableMappedTypes that specifies which types can be extracted and which type they should be converted to. That is, Item can be extracted to its own document and should then be converted to 'SingleItem. This is a bit clumsy but does the job for now. * When loading a record/document, other documents that should be inlined are moved from quoted to the main inspector data. * This is done for linked things in properties with category compositional (only hasComponent...). * TODO? Should be compositional + integral * Their ETags are fetched and stored for later use. * We count on embellish data to include the whole docs and don't fetch the doc data separately. * When saving, inlined documents are extracted and updated before the main document in separate requests. * Inlined records that should be deleted are deleted after the main doc is saved (this might fail...). * 81208b0 breaks out the id-pill used in the top right corner of entity-summary to its own component. * bcf023b contains the main changes. * The other commits just remove obsolete and dead code that I encountered. # Not in scope There is no way to move (link) a SingleItem to another holding record.
- Loading branch information
Showing
20 changed files
with
434 additions
and
912 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.