Umbraco.Cms.Integrations icon indicating copy to clipboard operation
Umbraco.Cms.Integrations copied to clipboard

Updated convertes, index value retrieval and UI fix.

Open acoumb opened this issue 1 year ago • 0 comments

Current PR addresses some of the issues raised here, which impacted the dashboard UI and data indexing.

Two changes are included with this minor release, one to the UI fixing the card deselected event, and the main one to the way converters behave.

I have removed the indexValues parameter of IAlgoliaIndexValueConverter.ParseIndexValues and work directly with the property. The IProperty parameter was included with the previous update of Algolia, and it would make sense to use it directly and not the index values returned by the CMS index value factory.

To that extend, I moved the converters to run first, then to move to the editor's index value factory from CMS.

acoumb avatar May 27 '24 11:05 acoumb