jmix icon indicating copy to clipboard operation
jmix copied to clipboard

Jmix framework

Results 550 jmix issues
Sort by recently updated
recently updated
newest added

see [forum topic](https://forum.jmix.ru/t/sozdanie-otchetov-s-tenantami/553/4) **Environment** Jmix version: 1.3.2 **Steps to reproduce** 1. Run test project [reports_and_tenants_pg.zip](https://github.com/jmix-framework/jmix/files/9402033/reports_and_tenants_pg.zip)) 2. Open Tenants > Create tenant1 3. Open Users > Create User1 with tenant=tenant1 4....

type: bug
size: S
in: multitenancy
in: reports

- [ ] Details - [ ] Accordion - [ ] AccordionPanel - [ ] AppLayout

type: bug
size: M
in: flowui

When crating UI Integration tests from Jmix (using `@UiTest`), the controller potentially end up with the wrong dependencies. ## Example Project https://github.com/mariodavid/ui-test-controller-wrong-dependency-problem ## Precondition Given there is an Interface `EnvironmentInformation`,...

in: ui

Sample project: https://github.com/izumi-jmix/icon-and-font-size ### Steps to reproduce: 1. Change caption position of a , like: ```xml ``` 2. Add a , bound it to a property. Also add an icon...

### Done A lot ### ToDo - [ ] Add View action - [ ] Fix View options - [ ] Check unsaved changes

size: L
in: flowui

1. Custom filer should use `flowBox` for filter fields, so they are displayed on the next line if nit enough space 2. Not all columns values have localization, e.g. Type,...

in: security
in: ui

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