Konstantin Krivopustov

Results 44 comments of Konstantin Krivopustov

Using `CurrentAuthentication` in the `AuthenticationSuccessEvent` listener is impossible because this event is sent too early in the authentication process and the bean will throw an exception or return a previous...

Postponed until next release.

Mention also JPQL limitations of DataManager, e.g. [JPQL Constructor Expressions](https://docs.oracle.com/cd/E12839_01/apirefs.1111/e13946/ejb3_langref.html#ejb3_langref_constructor)

Consider porting to 1.7.

@Flaurite - call the add-on `Calendar`, rename module to `calendar`. Dependencies will stay the same (`io.jmix.fullcalendar:jmix-fullcalendar-flowui-starter`).

There is a workaround: in each intermediate detail view (except the root and the last ones), add the listener for the next level entity changes to mark the current entity...

So the workaround is either to not define unnecessary nested attributes in the root detail view: ``` ``` Or define them to the full depth: ``` ``` The former is...

## Implementation This request is addressed in PR #4930 ### Model #### Supported List and Set of the following types: String, BigDecimal, integers, date/times, UUID, URI, byte[], FileRef, custom datatypes....