The version 2024.6 contains metamodel changes related to the row level security rules. Once upgraded to version 2024.6, the model becomes incompatible with previous runtime.
New Features
This release introducesExport , a new type of credential to be used when defining row level security rules. This new type of credential can be used to control who is allowed to export data to Excel table on the entity level.
The version 2024.6 also brings improvements of the mobile menu layout. Now the menu title coresponds with the selected section and the edit button is available only for editable sections. The state of the menu folders (open/closed) is now persisted in the local storage, so it’s kept between browser refreshes.
This minor release provides several fixes introduced in previous versions and a new configuration feature.
Configuration options for HTTP form requests
In case your application is handling file uploads, for example by using custom controller, you might encounter a problem with limit on multipart body length. By default .net limit is approx. 128 MB, which might be too low for your needs. Minor release 2022.4.7 provides one time remedy to the problem by setting limit to approx. 2 GB. This release introduces support for configuration of handling such request in appsettings.json. The names of configuration elements follow names of the variables in .net FormOptions class. Snippet of configuration section with default values:
This minor release brings three fixes. PUT request inputs to API pages are now possible to validate if they’re just empty ROOT elements. Issue with export to excel failing for child sections of the screens is solved. And finally TAB doesn’t break if a field becomes hidden due to a business rule.
This patch brings solution for two problems - one is the misalignment of the grid editor in modal dialogs and the other is failure of WorkQueueService.Get in workflows.