[Koha-bugs] [Bug 21079] Unify metadata schema across backends

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Jul 17 16:02:55 CEST 2018


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

--- Comment #2 from Andrew Isherwood <andrew.isherwood at ptfs-europe.com> ---
Created attachment 77035
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=77035&action=edit
Bug 21079: Unify metadata schema across backends

This patch contains a database upgrade that takes appropriate metadata
properties relating to articles in the FreeForm backend and creates
metadata that corresponds with the metadata being created by the BLDSS
backend. This enables us to create templates that can display metadata
equally across any backends that contain this metadata;

To test:
- Ensure you have at least one article request created with the FreeForm
backend
- Check the metadata for the request:
  => TEST: You should have properties such as 'article_title', 'article_author'
populated
  => TEST: You should NOT have properties such as 'container_title' &
  'pages'
- Run the upgrade
  => TEST: For the same requests you should now have the following
  properties:
    - container_title (this should correspond with 'title')
    - title (this should correspond with 'article_title')
    - pages (this should correspond with 'article_pages')
    - author (this should correspond with 'article_author')

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


More information about the Koha-bugs mailing list