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

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Oct 1 16:43:30 CEST 2018


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

Andrew Isherwood <andrew.isherwood at ptfs-europe.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #79720|0                           |1
        is obsolete|                            |

--- Comment #7 from Andrew Isherwood <andrew.isherwood at ptfs-europe.com> ---
Created attachment 79725
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=79725&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 (if their values were originally populated):
    - container_title (this should correspond with what *was* '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