Roman Pinyazhin
Roman Pinyazhin
### Environment - Platform version: 7.2 - Client type: Web ### Minimal reproducible example 1. Download attached project: [demodnd.zip](https://github.com/cuba-platform/cuba/files/5795669/demodnd.zip) 2. Open `Demo Screen` and try to drag user and drop...
### Environment - Platform version: 7.2 - Client type: Web ### Description of the bug or enhancement Sometimes we need to execute some validation code before showing the system dialog....
### Environment - Platform version: 7.2 - Client type: Web ### Description of the bug or enhancement - Minimal reproducible example Download demo project: [demo.zip](https://github.com/cuba-platform/cuba/files/5148826/demo.zip) 1. Open Order screen 2....
### Environment - Platform version: 7.2 - Client type: Web ### Description of the bug or enhancement For now, we have different API: - `InputDialog.InputDialogCloseEvent` - InputDialog event; - `InputDialogFacet.CloseEvent`...
### Description Project contains `EntityChangedEvent` handler for `Task` entity. It does the same logic like in the documentation example: [doc link](https://docs.jmix.io/jmix/data-access/entity-events.html#before-commit). Demo project: [jmixpm.zip](https://github.com/jmix-framework/jmix/files/9400824/jmixpm.zip) ### Steps to reproduce 1. Download...
### Description Jmix: 1.3.2 Demo project contains configured `Category` for `User` entity and includes one attribute: `+cats-cat-name`. User edit/browse contains `` Demo project: [trdynattr.zip](https://github.com/jmix-framework/jmix/files/9399767/trdynattr.zip) ### Steps to reproduce **Case 1.**...
### Description Project is integrated with KeyCloak using OIDC add-on. The configuration follows the README from that add-on: https://github.com/jmix-framework/jmix/tree/master/jmix-oidc#protecting-api. Users (excluding admin, because admin contains system-full-access) do not have "REST...
### Description **org.geotools** dependencies defined in `bom.gradle` have transitive dependency: ``` org.locationtech.jts:jts-core:1.16.0 ``` **maps** add-on uses **org.geotools** dependencies and at the same time defines: ``` org.locationtech.jts:jts-core:1.17.1 ``` It makes incompatible...
### Description Demo project contains "User category" category of "DynamicAttributes" that contains two attributes: - type (Enum); - bonus (String) Bonus depends on "type" and should reload its options according...