v5.114.5
github-actions
released this
28 Oct 14:21
·
99 commits
to master
since this release
5.114.5 (2024-10-28)
Bug Fixes
- csv upload: check for the index name as primary title, and if not exist raise Error with a clear message (previously it would have fall without message, or do wierd things). (1809e96)
- Version: use Index.load rather than library.get_index for getting the Index from Version. that prevent Version to have an alternative title, and not the primary title (different indexes can have the same alt title). (26441e8)