# 6.13.3348

## Enhancements

### Web App

* Made the DataGrid SearchTerm property available in scripts even when SearchBar is not used, providing greater flexibility in search implementations

## Bug Fixes

### Designer

* Scripts could not be dragged into Templates
* Renaming a WebService connector caused application references to become invalid
* DownloadFile control "File Options" property name was unclear (renamed to "Action")
* Strings could not be mapped directly to fields in the mapping editor
* Invalid characters were not renamed when importing an OpenAPI spec
* Looping over a list and changing the ForEach.LoopValue had no effect on the object in the list

### Server

* SSO configuration threw a null reference exception upon saving the configuration
* Publishing applications appeared to hang at the final step (spinner kept spinning and never completed)
* Publishing failed with "Timed out waiting for application to publish" error
* Admin credentials were inadvertently written to the installation log during Stadium Server installation

### Web App

* Nested repeaters caused a recursion exception in the browser
* A Repeater only displayed content after the Page completed loading
* Using the Back button past the first page caused a "No matching state found in storage" exception
* Adding or deleting a Role caused an ObjectReferenceException when SSO authentication was used
* CSS styling improvements:
  * Corrected CSS variable name typo affecting `.x-small-text`
  * Updated admin link styling and colors
  * Updated button styling across the application
  * Added new theme variables for enhanced customization
  * Adjusted Cobalt theme busy indicator color
  * Adjusted busy indicator bar color for better visibility
  * Updated Admin Application link color
  * Removed submenu item arrow underline for cleaner appearance


---

# 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.stadium.software/6/release-notes/6.13.3348.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.
