Konstantin Krivopustov

Results 112 issues of Konstantin Krivopustov

### Environment - Platform version: 7.2.8 ### Description of the bug or enhancement See [forum topic](https://www.cuba-platform.com/discuss/t/mysql-uuid-string-value-without-dashes-convert-to-java-uuid/13581).

type: bug

Now it doesn't work as expected. Let's either fix it for compatibility with migrated projects, or deprecate all related classes and update CUBA platform migration docs. See `LinkHandler`, `LinkHandlerProcessor`, `UiProperties.getLinkHandlerActions()`,...

type: bug

Add `logback.xml` to the resources root: ``` %d{ISO8601} %-5level [%t] [%X{jmixUser}] %C{1.}: %msg%n%throwable ``` Add logging to a screen: ``` public class UserBrowse extends StandardLookup { private static final Logger...

type: bug

Try to get the current user in a service method invoked through [REST Services API](https://docs.jmix.io/jmix/rest/business-logic.html#using-the-services-api): you will get the user entity with only basic attributes of UserDetails loaded. It prevents...

type: bug
in: rest

Create a start event with input dialog using BPMN designer in Studio. Add an entity parameter and leave JPQL Query parameter empty as suggested in [Getting Started with BPM](https://docs.jmix.io/jmix/bpm/getting-started.html#creating-start-form) tutorial....

type: bug
in: bpm

Now newcomers don't understand that columns width can be easily changed.

in: ui

Now they have a legacy structure.

size: S
in: ui

To use standard UI features of RemoveAction with a custom data source (without calling DataManager).

in: ui
in: flowui

Now it's hardcoded and impossible to customize in applications. See `UuidMappingProcessor`, `JmixMySQLPlatform`. Consider using native UUID type for MySQL 8.

size: M
in: data