Maxim Gorbunkov

Results 89 issues of Maxim Gorbunkov

### Environment - Platform version: 7.2.18 ### Description of the bug or enhancement 1. Create an entity with a composition collection, e.g. `Order -> OrderLines`. The `OrderLine` entity must have...

type: bug
ver: 7.3.0
ver: 7.2.20

Platform version: 7.2.19 Create a report with JPQL dataset. The query must use some external parameter and JPQL date macros, e.g.: ``` select e.name as "name", e.dueDate as "dueDate", owner.login...

type: bug

Platform version: 7.2.19 * Create an entity A that references the entity B (many-to-one) * Define dynamic attributes for entity B * Open the entity A browser and create a...

type: bug

Platform version: 7.2.18 Suppose, there is a KeyValueCollection in the screen: ```xml select o, c from reptest_Order o join o.customer c ``` If in the `` component we define a...

type: bug

Filter allows to store conditions (XML) with unlimited length. When a filter with with a large XML in condition is saved as app or search folder, an error may occur,...

NPE occurs if starting the process from the process form using the following command: ```java processFormContext.processStarting() .saveInjectedProcessVariables() .start(); ``` See [forum](https://forum.jmix.io/t/bpm-start-process-npe-if-only-call-saveinjectedprocessvariables/1835)

type: bug
size: S
in: bpm

Currently if you enter the `123.4567` value to the text field with a decimal type, the displayed value will become `123.46`, i.e. it will be rounded. However the model (edited...

size: S
in: core

Currently it is `decimalFormat = #,##0.##` It seems reasonable to change it to `decimalFormat = #,##0.00` in order to always display zeros in the fractional part.

size: S
in: core

In some cases we want just to create an entity instance and not to save the created instance in process variables: ![Screenshot 2022-08-17 at 16 53 27](https://user-images.githubusercontent.com/7888486/185137323-ddfd44b3-1d45-4d8c-9a92-13336f3a599f.png)

size: S
in: bpm

For entity data task with "create" type required entity attributes are automatically added to the attributes table. These fields can't be removed. However there are cases when no value should...

size: S
in: bpm