v6.1.4
6.1.4 (2023-06-23)
Features
- Preserve grid scroll position on form save/reload
Fixed
-
Fix buttons actions in Tree views
-
Fix on how application and module are determinate during gradle resolution
Due to the merge of
com.axelor.app
andcom.axelor.app-module
gradle
plugins, it is now hard to determinate who is the module from the
application. A module can be built itself, so it is seen as an
application (when checkingproject == project.getRootProject()
) and
wrong plugins/dependencies/tasks are applied.To overcomes this, when a module need to be built standalone,
axelor.application = false
property can be added ingradle.properties
.
This way, it will be seen as a module instead of an application.Better support will be added in a future version.
-
Fix going into edit mode in editable grid when clicking readonly cell
-
Fix selection widget stealing focus after focusing another cell
-
Readonly fields, included dot fields, shouldn't be focusable
-
Fix search request when adjusting page boundary
-
Fix onChange on Enter key in simple fields
-
Fix lost dotted fields in grid when using master-detail widget
-
Fix editable grid that don't wait for pending actions
-
Fix deselected row after save triggered by previous row in editable grid
-
Fix search box show/hide on cards view dashlet depending on dashlet
canSearch
attribute -
Fix onNew action on editor
-
Don't create webapp folder in war
-
Fix toolbar buttons display when same grid is displayed multiple times
Security
- Check for unauthorized users inside security filter directly