# February 19th

**Changelog released on 2026-02-19**

Welcome to this update, which fixes attribute endpoint issues, blocks workflow state changes for read-only users, cleans up console errors, fixes table view segmentation, optimizes import cleanup, clarifies global list datatype support, and shows asset counts in folders.

## Enhancement

1. **Group permissions for better overview:** Permissions are now sorted by permissions groups and alphabetically for easier access.\
   (SP-502)

## Bug

1. **List in table view does not change segmentation:** Lists in table view now change segmentation.\
   (SP-2159)
2. **Number subattributes in GlobalListValueReferenceAttributes with 'Allow multiple' allowed should not be selectable in business rule calculate action:** It is no longer possible to choose NumberAttributes that are subattributes of a GlobalListValueReferenceAttribute with ‘Allow multiple’ enabled, when choosing a NumberAttribute to use in a business rule calculate action.\
   (SP-2180)
3. **Icon of message senders in 'Notes' is always the users own icon:** The correct logos of senders of messages in internal notes is now shown.\
   (SP-2198)
4. **AttributeValueCondition does not render the "EqualsValue" correctly when an attribute reference is used:** The attribute reference is now correctly displayed in the condition overview when matching attribute values.\
   (SP-2205)
5. **Read only users can change workflow state:** Users are not able to change the workflow state of a product, if the workflow permission is not enabled.\
   (SP-2212)
6. **ReferencesOnCategory is always returned as 0 when using the /v1/attributes/{uid}/references endpoint:** The endpoints /v1/attributes/{uid}/references and /v1/attributes/batch/references returned wrong values for ReferencesOnCategoryAttributes and ReferencingCategories. - ReferencingCategories now correctly returns the ids of categories using the attribute(s) as category attributes while ReferencesOnCategoryAttributes correctly returns a list of object containing the AttributeUid and EntityId of the attribute referencing the attribute and the category it is referenced on respectively.\
   (SP-2222)

## Task

1. **List datatype not supported for global lists:** List datatype is no longer supported as root datatype for Global list. If already used, it is still viable, but it is recommended to not use this combination going forward.\
   (SP-1935)
2. **Improve import report clean up to avoid timeouts on large datasets:** Import report clean up has been improved to avoid timeouts on large datasets.\
   (SP-1974)
3. **Edit invitation text from 72 hours to 48 hours:** Pop-up after sending an invitation to the PIM now accurately shows the invite as being active for 48 hours.\
   (SP-2081)
4. **Remove icon from dimensions:** Icons are no longer available on dimensions.\
   (SP-2126)
5. **Show number of assets in folders and subfolders in folder tree:** Folders now displays all files in all sub folders across any level.\
   (SP-518)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.struct.com/changelog/february-2026/february-19th.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
