12 March: Improved filemapping list, Optimized Publication cache and more
We’ve improved the filemapping list to match rest of PIM, introduced support for nested fixed lists in Dynamic category queries and a made few bug fixes
Enhancements
Enable nested fixed list in Dynamic category queries
When building dynamic categories a common use case is to categorize products by their color. To best describe colors in PIM a typical setup is to have a color and a base color. The color can be a wide variety of values (forest green, jade, emerald), where base color is a more generic and recogniazble term (green). To allow the categorization of products by their base color we now introduced support for selecting nested fixed list in first level.
Issue id: 3243
Update filemapping list with filter/sort columns and display description in list
To better support high number of filemappings, the filemapping list have been updated to support filtering, sort and included the description field directly in the list.
Issue id: 3247
Option to disable cache when using Publication API (single product)
Single product publications are automatically cached in PIM. This can now be disabled through the /publications/singlepage endpoint by specifing DisableCache.
Issue id: 3241
Optimize clear Publication cache
Single product publications are automatically cached in PIM. To ensure these are updated on relevant changes, PIM needed to remove any cached applied in Publications. If the installation had a significant amount of entities the process of clearing cache could become combersome.
To accommodate this, a new cache entry is introduced to ensure a fast way of removing any cache for any amount of entities.
Issue id: 3236
Bug fixes
Publication export search action link to backgroundtask list missing (Issue id: 3253)
Move variants can fail due to variant-group-indexing (Issue id: 3242) Variant group index could go out of sync.
Add toggle to include archived or not in dynamic queries (Issue id: 3249) Archived was default included for dynamic categories. For legacy reasons it is now allowed to toggle this in the query. When archived not included, it is no longer possible to toggle archived in the category children list, as these are no longer indexed.
Generation error for reserved image-tag using XSLT in Publications (Issue id: 3250)
Change variant definition can fail on save (Issue id: 3244)
Last updated