Skip to content

v6.1.4

Compare
Choose a tag to compare
@axeloradmin axeloradmin released this 23 Jun 08:46
· 3559 commits to master since this release
b524cb7

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 and com.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 checking project == 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 in gradle.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