December 4th
Changelog released on 2025-12-04
In this release we have made improvements to business rule conditions, made it possible to nest folders for global lists and made multiple quality of life improvements to the UI. Additionally we have made fixes to webhooks, notifications, browse endpoints and EntityReferenceAttributes.
Enhancement
Add support for controlling fallback visibility on entity attributes globally: It is now possible to toggle fallback visibility on entity attributes globally. The button to toggle this can be found in the top right when on an entity. (SP-1925)
Support rendered values from browse endpoint: Browse endpoints now support rendered values. (SP-1972)
Bug
Business rules can cause webhooks to fire twice for the same transaction: Business rules that triggered on product update and updated another value on the same product would cause webhooks to fire twice for the same transaction. This is no longer the case. (SP-1661)
Import does not follow users edit permissions: A user who did not have permission to edit an attribute was able to change the value of that attribute through import. This was not the intended behaviour, so this is no longer possible. (SP-1692)
Clicking 'clear all' on an AssetReferenceAttribute does not expose the 'Save'-button: Clicking the 'clear all'-button on an AssetReferenceAttribute to remove all references did not make the 'Save'-button appear. (SP-1971)
Create product button in dynamic category: The user will not be given the option to create a product under the dynamic category as it is not possible to manually classify products into dynamic categories. (SP-1977)
Dimensions not saved in basic settings on browse endpoint: Dimensions was not saved in basic settings on brose endpoints. (SP-1978)
EntityReferenceAttributes on global list values with a lot of references blocks the 'search'-button: If an EntityReferenceAttribute contained a lot of references it would block the ability to click the 'search'-button, not allowing the user to add more references. (SP-1980)
NumberAttributes with 'Number of decimals' > 0 can not be updated with an integer through API: Updating a NumberAttributes with the setting 'Number of decimals' set to more than 0 with an integer through the API would result in an error. This has been fixed and is now possible. (SP-1981)
Variants only show basic attributes in Advanced Filter: When setting up an advanced filter for variants, only system generated data fields was available. This has been fixed and all data fields are available again. (SP-1988)
The email notification uses the wrong URL when a variant has been edited/updated: Email notifications for updates to variants and variant groups was showing as product updates and contained a url that sent the user to a product with the id of the changed variant/variant group. This has been fixed and the entity type and url is now correct. (SP-1989)
Task
Improvements to internal migration tool: Made improvements to internal migration tool. (SP-1951)
Improve handling of failed webhook requests: Failed webhook requests are now handled more gracefully. (SP-1975)
Add TransactionUid to globallistvalue:updated event for webhook and azure service bus: Globallistvalue:updated event for webhook and azure service bus messages now contain a TransactionUid. (SP-1983)
Feature request
Allow multiselect on category condition in business rules: When setting up a condition to check if an entity is classified in a category, it is now possible to select multiple categories. (SP-1265)
Add condition on modified by or created by in business rules: It is now possible to use 'modified by' and 'created by' in conditions for business rules. (SP-1266)
FR: Folders inside folders for global lists: It is now possible to create nested folders for global lists. When editing or created a new global list folder a 'parent folder' can be assigned. (SP-1373)
Clear button for EntityReferenceAttributes on global lists: It is now possible to clear all values in an EntityReferenceAttribute with ‘Allow multiple’ on a global list by clicking ‘Clear’. (SP-1976)
Last updated