jmix
jmix copied to clipboard
Jmix framework
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....
- [ ] Details - [ ] Accordion - [ ] AccordionPanel - [ ] AppLayout
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`,...
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
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,...
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)
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...