> For the complete documentation index, see [llms.txt](https://docs.struct.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.struct.com/changelog/july-2026/july-30th.md).

# July 30th

**Changelog released on 2026-07-30**

Welcome to the latest changelog: Fixes and optimizations across attributes, webhooks and dashboards.

## Bug

1. **List attribute renderer column overflows the row when sorting:** Fixed issue where the first column in a list attribute would overflow the first row value when sorting. (SP-2685)
2. **Empty mandatory values in list subattribute:** (SP-2754)
3. **Export endpoint does not support the use of ExportSettingsType: JsonExportSettings:** The /export endpoint now accepts the use of the ExportSettingsType: JsonExportSettings. (SP-2773)
4. **Pressing the Enter key while searching for permissions on a user role will enable all shown permissions:** Fixed a bug where pressing the enter key while in the seach field for permissions would result in all shown permission being enabled for the role. (SP-2774)

## Task

1. **Unit is not used consequently across the backoffice on global lists:** This is now enabled for all new tenants. Existing tenants may activate this in general setup (Admin only) (SP-2160)
2. **Add dashboard widgets for azure service bus requests and errors:** (SP-2259)
3. **Advanced setting toggle on simple attributes too close to fields below:** (SP-2770)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.struct.com/changelog/july-2026/july-30th.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
