You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some actions of io.jmix.ui.component.Table are in incorrect state at io.jmix.ui.screen.Screen#AfterShowEvent if there was no data loading. User can click buttons which must be disabled according to related action's EnabledRule-s.
glebfox
changed the title
Action EnabledRule is unaccounted in Table without loading data
Action EnabledRule is unaccounted in Table without loading data (port to 1.x)
Nov 22, 2024
Environment
Jmix version: 1.6.0 (reproduces for 1.6.1 too)
Bug Description
Some actions of io.jmix.ui.component.Table are in incorrect state at io.jmix.ui.screen.Screen#AfterShowEvent if there was no data loading. User can click buttons which must be disabled according to related action's EnabledRule-s.
May be the same problem exists for DataGrid.
Steps To Reproduce
Run sample project: https://github.com/izumi-jmix/actions-loading.
Follow steps from README.md file of the sample project.
Current Behavior
My opinion:
Expected Behavior
Sample Project
https://github.com/izumi-jmix/actions-loading
The text was updated successfully, but these errors were encountered: