27 Feb
2020
27 Feb
'20
12:13 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24715 --- Comment #6 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- (In reply to Ere Maijala from comment #5)
I think that for this to help the worst case, e.g. export of large number of records with items that have repeated subfields, the framework data should be cached using Koha::Cache like e.g. C4::Biblio::GetMarcStructure does.
+ $mss2 = GetMarcSubfieldStructure($params->{framework}, { unsafe => 1 }) You mean this ? This comes from the cache. -- You are receiving this mail because: You are watching all bug changes.