> 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/june-2025/june-12th.md).

# June 12th

**Changelog released on 2025-06-12**

Welcome to this update. In this itereation we have fixed translation AI assistant service creation/saving, saved searches and measuring-points migrations for boolean changes. In addition business-rule deserialization and AssignedUserGroups migration has been improved. Lastly we have resolved UI issues in language dropdown, classification tab, asset filenames, footer/header, and icons.

## Bug

1. **Placement of icons in bulk update:** (SP-1336)
2. **Icons not supported by struct-media-column.component:** (SP-1399)
3. **No scroll available and update not possible when working in elements for footer/header:** (SP-1404)
4. **MeasuringPoints are not migrated to SavedSearched on Dashboards:** (SP-1407)
5. **Cannot load business rules: Migration missing for AssignedUserGroups for CreateUserTaskActionDbModel:** (SP-1411)
6. **Migrated business-rule cannot deserialize:** (SP-1413)
7. **Graphic issues with publications:** (SP-1435)
8. **Not possible to see full filename of assets:** (SP-1453)
9. **Saved searches failing with "Error reading JObject...":** (SP-1454)
10. **Classification tab missing after migration:** (SP-1460)
11. **Nothing happens when clicking language dropdown (maybe empty):** (SP-1463)
12. **Migration of saved-searches fails on breaking changes to boolans:** (SP-1467)
13. **Not able to create/save translation AI assistant service:** (SP-1478)

## Task

1. **Use same API client for tests and release:** (SP-1457)


---

# 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/june-2025/june-12th.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.
