libraries-fi / kirkanta

Administrator interface for Kirjastohakemisto, the Finnish Library Database
MIT License
1 stars 2 forks source link

Fixing part of the indexing issues #16

Closed humble-ahitofel closed 5 years ago

humble-ahitofel commented 5 years ago

Any changes made directly to libraries have been on hold for a while. This pull request fixes very small issue concerning the two normalizers. Should resolve part of the indexing issues we are facing. See projektit issues 5678, 5677, 5676, 5675 for more information.

Original commit: Small Finna/LibraryNormalizer fix

Both FinnaNormalizer and LibraryNormalizer were accessing part FinnaAdditions customData using array notation. I changed this to object notation(back?). After this the indexing was able to continue to certain point... Tried also modify and create Finna organisation's additional information entities. Still worked fine after this modification.

Feel free to revert this change if necessary, this is just a hotfix for the indexing.