August 5th
Changelog released on 2025-08-05
Welcome to this update. We’ve added an archived toggle in the dynamic‐categories query designer, now expose VariantGroupId in the browse API, show average execution times in business rules, and added IsSystemPermission to Permission and PermissionGroup in the API. Plus, fixes across attributes, lists, import/export and UI.
Enhancement
Dynamic categories: Include archived toggle in query designer: (SP-1563)
Bug
Allowed types on Media attributes tooltip are not very readable for humans: Replaced the text on media attributes tooltips for better readability. (SP-1374)
Cannot delete wizard from productstructure: Fixed a bug causing the wizard on product structures to not be removable. (SP-1448)
Not possible to see full name and error message on saved-searches with long names: Fixed an error causing the full name and error message on saved searches with long names to not be visible. (SP-1516)
API: Search and SearchPaged endpoints issue: An issue caused the type of the value given to FilterValue to determine which QueryOperators were valid. Additionally not having FilterValue in the request would also result in an error. (SP-1561)
Video thumbnails download the full video to the client: Fixed an issue causing video thumbnails to download full videos to the client causing slow loading times. (SP-1571)
Error bulk updating list value fields: Fixed an error causing bulk updates to fail when updating list value fields. (SP-1575)
Using replace in update attribute value fails on confirm: Fixed an issue causing attribute value updates to fail when using replace. (SP-1577)
Segmented values not allowed in name: (SP-1581)
Global-list-value not updated: Fixed an issue causing global list values to not be updated in some cases. (SP-1592)
struct-confirm-dialog always shows a trashcan icon: (SP-1595)
Number value incorrectly rendered due to culture code: Using certain culture codes would cause number attributes to render as integers instead of decimals. As an example 4.8 would render as 4. (SP-1597)
Visual bug when adding values to a global list value reference attribute with table view enabled: Sometimes when adding multiple values to a global list value reference attribute with ‘Allow multiple values’ and ‘Enable table view’ the last picked value would not be shown in the table view until the user saved and refreshed. (SP-1598)
Issue when adding values to global list value reference attributes with 'Enable table view': When selecting values for a global list value reference attribute with ‘Allow multiple values’ and ‘Enable table view’ enabled, clicking the name of a global list value would redirect the user to the edit page for that global list value. As a result of this redirect, clicking submit would not longer submit the values to the global list value reference attribute on the entity. (SP-1599)
Adding values to a global list with 'Requires sorting' enabled through an entity does not prompt the user to sort: When adding values to a global list with ‘Requires sorting’ enabled on an entity, the user would not be prompted to sort the global list value. (SP-1601)
Translation mode on categories shows too many attributes: Entering Translation mode when editing a category would show all localized attributes across all categories. This has been fixed so only localized attributes available to the category is shown. (SP-1607)
Issue when using NumberAttribute as key for import: Using a NumberAttribute as key when importing would result in an error. This is now possible again. (SP-1608)
Export shortcut not working on global lists: Restored the export shortcut (ctrl+alt+e) when trying to export global list values on the global lists page. (SP-1611)
Create task shortcut not working on global lists page: Restored the create task shortcut (ctrl+alt+e) when creating a task with global list values attached on global list page. (SP-1612)
Import fails due to invalid cast: (SP-1613)
Not allowed to move category to a dynamic category: Fixed an issue that made it impossible to move categories to a dynamic category. (SP-1617)
Sidebar is missing for categories: Fixed a bug causing the sidebar to not show despite being enabled in the catalogue data model. (SP-1620)
Date search column headers in System changelog does not work as expected: Date search columns in System changelog used different syntax than other date search columns throughout the PIM. They now use the same syntax. (SP-1621)
Missing data in columns on Attributes page: Fixed a bug causing the columns ‘Creation date’, ‘Created by’, ‘Last modified by’ and ‘Last modified' columns to not contain any data in their rows on the Attribute page. (SP-1622)
Task
Typing errors in PIM 4: Fixed typing errors. (SP-1614)
API: Add IsSystemPermission to Permission and PermissionGroup: (SP-814)
Business rules - It is possible to create a Copy action which copies decimal fields to int fields, which causes the rule to fail when running: (SP-879)
Businessrules executing itself can run into cache problems: (SP-891)
Business rules: Show avg execution time on list to find expensive/bad rules: (SP-898)
Feature request
FR: Show 'Variant group id' when fetching variants from browse endpoint in API: Fetching variants from browse endpoints in the API now includes 'Variant group id'. (SP-1502)
See categories when on a catalogue: Users can now choose ‘Categories’ in addition to ‘Products’, ‘Variants’ and ‘Variant Groups’ when on a catalogue. (SP-1609)
Last updated