Aleksey Oblozhko
Aleksey Oblozhko
Current composite docs section describes only arch principles that may be not enough to figure out how to build and run projects from command-line interface. The following note should be...
on page https://docs.jmix.ru/jmix/bpm/jmix-view.html#opening-forms-programmatically code samples are up-to-date, but text includes link title ProcessFormScreens that should be changed to ProcessFormViews
More REST-service development details should be described in documentation: * How to use new (starting from 2.3) @RestSerivce and @RestMethod annotations * How to implement pulicitly(anonymous) available endpoints (incl. necessary...
Add section that excplicitly describes 2 ways of anunymously accessable views/routes creation: 1. with adding annontation @AnnonymouslyAllowed on view class 2. with adding permissions to Anomymous role
Porting issue: https://github.com/cuba-platform/yarg/issues/184 Original issue: https://github.com/jmix-framework/jmix/issues/928
Backport xlsx image copying functionality from this issue: https://github.com/jmix-framework/jmix/issues/928
### Environment Jmix version: 1.6, 2.x is not affected ### Bug Description DynamicAttribues edit form allows to use symbols that can cause errors, e.g. "." ### Steps To Reproduce 1....
### Environment Jmix version: 2.3 ### Bug Description From testing by forum issue: [https://forum.jmix.ru/t/dinamicheskie-atributy-nevozmozhno-udalit-znachenie-po-umolchaniyu/2007](https://forum.jmix.ru/t/dinamicheskie-atributy-nevozmozhno-udalit-znachenie-po-umolchaniyu/2007) When dynamic attribute is created with string type it's default value saved but not displayed in...
### Environment Jmix version: 2.3 ### Bug Description From testing by forum issue: https://forum.jmix.ru/t/dinamicheskie-atributy-nevozmozhno-udalit-znachenie-po-umolchaniyu/2007 When dynamic attribyte of entity type is created and changed to e.g. string type it keeps...
This is from feedback in tg channel and should be investigated for reproductiability first. It was requested to have possibility to search fields in two or more languages. It was...