> For the complete documentation index, see [llms.txt](https://docs.smt-x.com/smtx-online-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.smt-x.com/smtx-online-documentation/release-notes/release-7.22.08.md).

# Release 7.22.08

## COMMON

### Changes

* You can now download all (not only the most recent) log files for all modules via the admin -> settings page.

### Fixes

* Hide retired apps on role detail page

## FORMS

### Changes

* The internal name of a form is now shown on the admin overview pages

## WORKFLOW

### Changes

* Conditions in decision points and wait steps using non-existing form fields (from the request) now use an empty value instead of not evaluating the expression
* There's now an option per process to combine the emails for the steps (eg in case a step has 5 actors, then 1 mail will be sent to 5 recipients). In that case it's not possible anymore to personalize the mail.
* We've added an event stream for the ticketing changes. These can be read via the CommonInterface javascript functionality

### Fixes

* Visible for role(s) per step only checked the direct assigned user roles. This now also checks the auto assigned and group roles.
* Sometimes decision paths without steps showed a green status box on the process execution path page instead of grey when those were not started

## SERVICE CATALOG

### Changes

* Added a filter in the admin to filter on changed services since last publication
* You can now add unavailable dates per service
* Added more functions to the ServiceCatalogInterface, please see the wiki: <https://wiki.smt-x.com/index.php/JavaScript>
* Added a remove template possibility
* Added AddPublicationRequest to the API
* We've added an option to check the rights when downloading documents linked to a service
* It's now possible to lock a service when a review cycle completion request is made (configurable per template)
* Linking of a review cycle to a note is now optional

### Fixes

* The filter on numeric fields in the admin didn't handle null / undefined values very well

## STUDIO

### Changes

* Added cache option to render result, client side JS and CSS are set as cachable by default
* Added the possibility to send files to the browser via the render result
* Added more functions to the StudioInterface, please see the wiki: <https://wiki.smt-x.com/index.php/JavaScript>


---

# 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:

```
GET https://docs.smt-x.com/smtx-online-documentation/release-notes/release-7.22.08.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.
