Security Update
Prevent Stadium from being viewed in an iFrame. Add the following to the <system.webServer> section of your web.config file if you want to enable this. It will be included in the web.config file of all new installations by default
Note: You will still be able to display custom pages because viewing local content (inside the Stadium folder) is allowed
<httpProtocol>
<customHeaders>
<add name="X-Frame-Options" value="SAMEORIGIN" />
</customHeaders>
</httpProtocol>
<customHeaders>
<add name="X-Frame-Options" value="SAMEORIGIN" />
</customHeaders>
</httpProtocol>
Filter Timeout
The CommandTimeOut value is now honoured when opening the filter editor on a chart or grid control. We need to pull the query columns in order to allow you to assign filter fields to them and in some instances the query can take more than 30 seconds to complete
Page and Control Refresh
Ensure post back and refresh is correct in the following circumstances
- Export to Excel Action
- We cannot show a spinner for this action without breaking everything. The tab will indicate that something is happening but the page itself will still be active
- Open File Action
- We cannot show a spinner for this action without breaking everything. The tab will indicate that something is happening but the page itself will still be active
- Export Data Grid
- We cannot show a spinner for this action without breaking everything. The tab will indicate that something is happening but the page itself will still be active
- Clicking a disabled link in a grid
- Disabled Link can no longer be clicked
- Validations fail when linked to a stand-alone button
- Validations message is shown and action is not executed until the validation passes
Thank you to Ryan for the dev work
No comments:
Post a Comment