Roman Pinyazhin

Results 9 comments of Roman Pinyazhin
trafficstars

Hi @bekonti , Most likely the issue won't be fixed. See discussion and workaround here: https://forum.cuba-platform.com/t/editable-table-wrong-focus-fw-7/9274/8. The workaround is to use generated columns with labels for non-editable columns: ``` @Inject...

@bekonti could you share a small demo project where the problem is reproduced?

@NotNull validation will be fixed in: [cuba-platform/cuba#3101](https://github.com/cuba-platform/cuba/issues/3101)

Bug with canceling value has already fixed here: [cuba-platform/cuba#2544](https://github.com/cuba-platform/cuba/issues/2544).

See Jmix issue: https://github.com/Haulmont/jmix-data/issues/68

The second case: 0. Launch the demo application from the issue above. 1. Try to save OffestDateTime with time: 10:00. 2. Read this instance from DB. **ER** dd/MM/yyyy 10:00 +4...

Wait for NPE fix : ``` aused by: java.lang.NullPointerException: null at io.jmix.securityui.screen.resourcepolicy.EntityResourcePolicyModelCreate.getPolicyActions(EntityResourcePolicyModelCreate.java:91) ~[jmix-security-ui-1.5.999-SNAPSHOT.jar:na] at io.jmix.securityui.screen.resourcepolicy.EntityResourcePolicyModelCreate.validateScreen(EntityResourcePolicyModelCreate.java:128) ~[jmix-security-ui-1.5.999-SNAPSHOT.jar:na] ``` Steps to reproduce: 1. Resource Role ->create new one -> create Entity Policy...

Also, for Jmix 2.2 version see https://github.com/jmix-framework/jmix/issues/2732