# January 12th

**Changelog released on 2026-01-12**

Welcome to the latest release: cache now clears on deletion or lock change, variant model memory has been optimized, duplicate global list values are is now prevented, copy wizard  is fixed and dialog buttons are fixed to bottom. Furthermore product editor header has been refactored, rollbacks in the reivison log can no longer be done on accident, decimal number descriptions are fixed, global list webhooks are now supported and chart previews update on first change.

## Enhancement

1. **Support webhook on Global list entity:** Global lists events are now supported for webhook and service bus.\
   (SP-1742)
2. **Refactor product editor header:** The product editor header has been refactored increasing responsiveness and coherence across sections.\
   (SP-2018)
3. **Unarchive menu does not have submit and cancel buttons fixed to bottom:** The submit and cancel buttons in the unarchive menu are now fixed to the bottom making it consistent with other menus.\
   (SP-2034)
4. **Sort variants and sort variant groups dialog does not have save and cancel buttons fixed to bottom:** The save and cancel buttons in 'sort variant' and 'sort variant groups'-dialogs are now fixed to the bottom making it consistent with other dialogs.\
   (SP-2035)

## Bug

1. **Copy wizard does not work:** The copy wizard now works as expected.\
   (SP-2044)
2. **Possible to create duplicate global list values:** In rare circumstances it was possible to create duplicate global list values. This is no longer possible.\
   (SP-2046)
3. **Updating variant model can have huge memory requirements due to inefficient index update:** Updating a variant model could result in huge memory requirements due to ineffecient index update. This has been fixed.\
   (SP-2048)
4. **Clear user cache when deleted or lock out state is changed in account:** Fix an issue where a specific user’s cache is not cleared when the user is deleted or when their lockout state changes. (SP-2059)

## Task

1. **Misleading description on number attribute with decimals:** Improved the description on number attributes with decimals to more accurately reflect what it does.\
   (SP-1840)
2. **Too easy to rollback changes in revision log:** When clicking on the rollback button in a product revision log the user is now presented with a confirmation prompt to avoid accidental rollbacks.\
   (SP-1848)
3. **Distribution chart widget: Change of chart-type does not update preview on first change:** Updating the chart-type of a distribution chat widget now correctly updates as expected.\
   (SP-235)


---

# 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/january-2026/january-12th.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.
