[Koha-bugs] [Bug 13952] Import and export of authority types

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Jan 27 12:43:13 CET 2016


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

Josef Moravec <josef.moravec at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Needs Signoff               |Failed QA

--- Comment #6 from Josef Moravec <josef.moravec at gmail.com> ---
First of all, thank you Aleisha!

But this doesn't work, because functions _export_table_* take data from
database filtered by column "frameworkcode" which in auth_subfield_structure is
not always populated and in auth_tag_structure is not present at all.

I'm not sure how to deal with it, just some ideas for now:
1. we could add new parameter to export routines, which can say the column
should be used to filter data (authtypecode if we are working with authorities)
2. add and populate column frameworkcode to tables auth_tag_structure and
auth_subfield_structure, which should have the same value as authtypecode. But
I don't really like this solution as it's more work ending with dumb duplicate
column
3. something else

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


More information about the Koha-bugs mailing list