SQL files in installer/data/mysql/ create frameworks with a koha to MARC mapping on obsolete table bibliosubtitle. This table was removed when upgrading from Koha 2.2 to 3.0.
Created attachment 76738 [details] [review] Bug 21047: Remove koha to marc mapping on bibliosubtitle in SQL files SQL files in installer/data/mysql/ create frameworks with a koha to MARC mapping on obsolete table bibliosubtitle. This table was removed when upgrading from Koha 2.2 to 3.0. Test plan : 1) Create a new install with web installer 2) Check that creating a record is OK
Created attachment 76763 [details] [review] Bug 21047: Remove koha to marc mapping on bibliosubtitle in SQL files SQL files in installer/data/mysql/ create frameworks with a koha to MARC mapping on obsolete table bibliosubtitle. This table was removed when upgrading from Koha 2.2 to 3.0. Test plan : 1) Create a new install with web installer 2) Check that creating a record is OK Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
I think it would be good to also add a database update cleaning up existing frameworks. What do you think, Frido?
Created attachment 76780 [details] [review] Bug 21047: Remove koha to marc mapping on bibliosubtitle in SQL files SQL files in installer/data/mysql/ create frameworks with a koha to MARC mapping on obsolete table bibliosubtitle. This table was removed when upgrading from Koha 2.2 to 3.0. Test plan : 1) Create a new install with web installer 2) Check that creating a record is OK Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
I agree with Cait, we need an update here - frameworks with the wrong code cannot be edited (the koha field cannot anyways)
Now that there is Bug 11529 do we replace instead of removing ?
(In reply to Fridolin SOMERS from comment #6) > Now that there is Bug 11529 do we replace instead of removing ? I think the bug took care of that already - and if you do it for existing installations, it will be incomplete - only new/edited will fill the column. I think it would still be worthwhile to remove the false mapping, if there are any left.