Ilia Grachev

Results 21 issues of Ilia Grachev

When lazy tab loads its components, buttons aren't bound with grid actions. ![image (1)](https://github.com/jmix-framework/jmix/assets/28649514/c4b704b9-f579-4740-82af-5e4daec456bb) Set the actions to the appropriate buttons when the lazy tab is activated.

size: S
in: flowui

There are several using of `javax.annotation.Nullable` and `jakarta.annotation.Nullable` in module `jmix.flowui`. Change them to `org.springframework.lang.Nullable` to match project code style.

size: S
in: flowui

When a view is created using templates it has messages initialization in the descriptor. ```xml ``` And if a user sets custom message it won't have any effect. Because LoginView...

size: M
candidate
in: flowui

### Environment Jmix version: 2.3 ### Description TwinColumn with labels ![twinColumn-with-labels](https://github.com/jmix-framework/jmix/assets/28649514/910bde13-f048-4e75-81a3-ef7a5b2b7cdc) TwinColumn without labels ![twinColumn-without-labels](https://github.com/jmix-framework/jmix/assets/28649514/2a1c4a0a-6a4f-4896-a29f-64cbf9fcd0da) ### Current Behavior Empty space appears when removing labels in runtime. ### Expected Behavior Columns...

type: bug
size: S
in: flowui

[3548](https://github.com/jmix-framework/jmix/issues/3548) ExcelExporter now includes a format string for decimal values. `excelExporter.decimalFormat=#,##0.00`

[#2253](https://github.com/jmix-framework/jmix/issues/2253)

size: M
in: flowui

https://docs.jmix.io/jmix/dyn-attr/dynattr-managing.html > The Is default checkbox signifies that this category will be automatically chosen for a new instance if the entity implements the Categorized interface. > If the entity does...

in: dynattr

### Environment Jmix version: ### Steps To Reproduce Open view with a pivot table component. Set dark theme. Try to choose other renderer. Background color of the select options is...

type: bug
size: S
in: pivottable

```xml ``` For this descriptor structure `` cannot be appended to `` because `` doesn't have a classFqn and there is nothing to specify in the `` target . As...

size: M
in: flowui