Dmitry Taimanov

Results 24 issues of Dmitry Taimanov

See https://github.com/jmix-framework/jmix/issues/3074

type: bug
size: XS

### Environment Jmix version: 2.x ### Bug Description 1. Wrong `Oracle10Platform.java` has been used in `io.jmix.eclipselink.impl.dbms.JmixOraclePlatform` Should be `org.eclipse.persistence.platform.database.oracle.Oracle10Platform` instead of `org.eclipse.persistence.platform.database.Oracle10Platform` ### Steps To Reproduce Steps to reproduce: 1....

type: bug
size: M
in: data

In the continuation of jmix-framework/jmix#2490 #### Tasks: - [ ] Check corner cases of Jmix Data Repository usage in Views - [ ] Make templates for Views based on Jmix...

size: M
in: data
in: templates
in: flowui

There are several things absent in Data Repositories documentation chapter: - [x] `io.jmix.core.repository.ApplyConstraints` annotation usage (ability to use UnconstrainedDataManager) - [x] `JmixDataRepositoryContext` parameter (see https://github.com/jmix-framework/jmix/issues/2490) - [x] Update [Features](https://docs.jmix.io/jmix/data-access/data-repositories.html#jmix-data-repository-features) part...

### Context: Docs page: https://docs.jmix.io/jmix/bpm/jmix-view.html, Related issue: jmix-framework/jmix#2365 ### Changes Note that bpm process variables will be available since `BeforeShowEvent` only but not during `InitEvent`.

in: bpm

see https://docs.jmix.io/1.x/jmix/1.5/security/row-level-roles.html#predicate-policy see also [forum topic](https://forum.jmix.ru/t/row-level-rol-i-paginacziya/1338/8?u=taimanov) Add warning that Predicate Policy for `READ` operation significantly impacts performance: instead of filtering on db-side, all entities will be loaded and tested with...

in: security

see [forum topic](https://forum.jmix.ru/t/sortirovka-po-neskolkim-parametram-cherez-jpqlsortexpressionprovider/1884) Now it is expected that `io.jmix.data.persistence.JpqlSortExpressionProvider#getDatatypeSortExpression` will return single sort expression and all expressions after `,` are ignored by `QueryTransformerAstBased`. #### Task: 1. Add ability to return...

size: M
in: data
triage

### Steps: 1. Run project [d4960.zip](https://github.com/user-attachments/files/15927163/d4960.zip) 2. Open "Materials with properties" view. **ER:** view opened. **AR:** Unfetched attribute exception ### Cause: Entity returned as property for `KeyValueEntity` is not processed...

type: bug
size: M
in: data
candidate

According to https://github.com/jmix-framework/jmix/blob/master/jmix-core/core/src/main/java/io/jmix/core/impl/StoreDescriptorsRegistry.java#L95 (4) from https://docs.jmix.io/jmix/data-model/data-stores.html#custom should look like ```properties jmix.core.store-descriptor-inmem = inMemoryStoreDescriptor ``` instead of ```properties jmix.core.store-descriptor_inmem = inMemoryStoreDescriptor ``` And `jmix.core.storeDescriptor- ` instead of `jmix.core.storeDescriptor_ ` in text...

In continuation of https://github.com/jmix-framework/jmix/issues/1866

size: M
in: rest
type: tech debt