February 4th

Changelog released on 2026-02-03

Welcome to this release! It is now possible to set up category attributes for products and variants from multiple catalogues. Additionally have improved filemapping with descriptions, added thumbnail and icon support for Avif files, added webhook and service bus events for attribute scopes and improved business rule calculations. We have improved entity reference performance, added an option to reset dashboard to default and fixed a bunch of bugs.

New Feature

  1. Add support for setting attributes available on products and variants in multiple catalogues: It is now possible to set up category attributes on categories outside the master catalogue and have products and variants inherit them. When choosing a 'Category attributes section' on a data model you can now choose the catalogue whose primary category the section should show on entities, allowing entities to inherit from multiple categories across catalogues. (SP-2109)

Enhancement

  1. Add description for filemapping: It is now possible to add descriptions to file templates. (SP-1011)

  2. Business rule: Allow calculation to see "empty" as zero and not null resulting in empty result: (SP-1024)

  3. Webhook/Service bus events on changes to attribute scope: Webhooks and service busses can now fire events for creation, updates and deletion of attribute scopes. See examples of request bodies here: Webhook detailsarrow-up-right. (SP-2054)

  4. Show asset extension icon if asset service cannot create preview of the file: If asset service cannot create a preview of a file it will instead show the assets extension icon. (SP-2120)

  5. Avif in frontend with icon and thumbnail support: Addded support for icon and thumbnails of Avid files. (SP-2125)

Bug

  1. Missing error message when trying to create a duplicate global list value on entity: Trying to create a duplicate global list value on an entity would result in an error without a message. A message is now shown in addition to the error. (SP-2065)

  2. User email column is not selectable or searchable: User email column is now selectable and searchable in the Accounts app. (SP-2119)

  3. The Shortcuts service attempts to fetch data from Accounts when components are shared between App and Accounts, resulting in a 404 error: Fixed a bug in the shortcut feature when accessing components that are shared between backoffice and the Accounts app. (SP-2128)

  4. Wrong track by syntax in StructColumnsDialogComponent: Fixed a bug in the Accounts app, causing errors to be thrown when managing columns in a table. (SP-2129)

  5. "Unknown Error" when downloading a media asset with external DAM: Users was unable to download assets on tenants using external DAM. (SP-2139)

  6. Editing an attribute value condition in business rule will show wrong attribute as selected: Editing a condition of type 'Matches attribute value' would show the target attribute as being selected for the attribute to be compared and compared to. (SP-2140)

  7. Filemapping entity type not visible in list: A 'Type' column is now available for File templates, allowing you to see, sort and search for entity type. (SP-2145)

  8. BUG: classification query GlobalListUids: Removed nested data fields that was not indexed and hence gave no results when using them in searches. (SP-2150)

Task

  1. Improve entity reference performance: Entity reference performance has been improved. (SP-1073)

  2. Change preview settings to be set for each template: Preview settings is saved per template. Existing settings reused for backward compatibility. (SP-1271)

  3. Reset dashboard to default: Added the option to reset dashboard to default. (SP-1639)

  4. Improve migration of measuring points involving DateTimeAttributes: Made improvements to internal migration tool. (SP-2082)

Last updated