Andrey Subbotin
Andrey Subbotin
Like CUBA [screen component permissions](https://doc.cuba-platform.com/manual-latest/permissions.html).
### Environment - Platform version: 7.2.* ### Description of the bug or enhancement #### 2.7.3-20-cuba See https://github.com/cuba-platform/eclipselink/issues/14 #### 2.7.3-21-cuba: Changes from https://github.com/jmix-framework/jmix/issues/3103 have been merged
### Environment - Platform version: 7.2.* ### Description of the bug or enhancement - Minimal reproducible example * Create Security Groups with names: A,B * Open User list * Create...
### Environment - Platform version: 7.2.0 - Client type: Web ### Description of the bug or enhancement See related issue: #1643. Test with UUID field, e.g. ID.
Yandex.Cloud Serverless supports connection, see https://yandex.cloud/ru/docs/functions/operations/database-connection?utm_referrer=about%3Ablank But the terraform provider hasn't resource for connection element. Only functions, triggers and etc. See https://yandex.cloud/en/docs/functions/tf-ref Please add an ability to create connections using...
See https://github.com/mapstruct/mapstruct-idea/issues/245
Example mapper: ``` @Mapper(unmappedTargetPolicy = ReportingPolicy.IGNORE, componentModel = MappingConstants.ComponentModel.SPRING) public interface OrderMapper { OrderGetAllDto toOrderDto(Order order); default R mapFromAggregateReference(AggregateReference aggregateReference) { if (aggregateReference == null) { return null; } return...