cuba icon indicating copy to clipboard operation
cuba copied to clipboard

CUBA Platform is a high level framework for enterprise applications development

Results 124 cuba issues
Sort by recently updated
recently updated
newest added

### Environment - Platform version: 7.2 - Client type: Web ### Description of the bug or enhancement RU forum discussion: [topic](https://www.cuba-platform.ru/discuss/t/sushhestvuet-li-ogranichenie-zagruzki-v-collection-iz-loader/6385); #### Steps to reproduce 1. Add to the web...

type: bug

Platform version: 7.2.13 Cron expression in scheduled task: 0 0 */6 * * * (also tried 0 0 */6 ? * *). - Expected behavior: Task runs every 6 hours...

### Environment - Platform version: 7.2.18 ### Description of the bug or enhancement 1. Create an entity with a composition collection, e.g. `Order -> OrderLines`. The `OrderLine` entity must have...

type: bug
ver: 7.3.0
ver: 7.2.20

Platform version: 6.10.17 Steps to reproduce: 1. Create browser screen with collectionDatasource, add filter to this datasource with structure: ``` some filter expression ``` Filter must contain exactly one \...

Platform version: 2019.2 Database: PostgreSQL ### Description of the bug or enhancement The order of entities in the FROM block matters when requesting dataManager.load () Example: 1) dataManager.load(Survey.class).query(" select s...

type: bug

Platform version: 7.2.19 Create a report with JPQL dataset. The query must use some external parameter and JPQL date macros, e.g.: ``` select e.name as "name", e.dueDate as "dueDate", owner.login...

type: bug

Case: 1. Set `$v-show-required-indicators: true;` in the `***-default.scss` (Helium has it enabled by default) 2. Make required time field read-only: ``` ``` AR: ER: No required indicator is shown same...

type: bug

Case: 1. Create an entity with LocalDate field 2. In the browser screen descriptor add a formatter for a corresponding column ``` ``` AR: ClassCastException: class java.time.LocalDate cannot be cast...

type: bug

Platform version: 7.2.19 * Create an entity A that references the entity B (many-to-one) * Define dynamic attributes for entity B * Open the entity A browser and create a...

type: bug

### Environment - Platform version: 7.2+ - Client type: Web ### Description of the bug or enhancement Forum [discussion](https://forum.cuba-platform.com/t/warning-adding-listeners-with-type-object-is-deprecated-event-listener-should-extend-serializableeventlistener/15952). See `AbstractClientConnector#addListener(String, Class, Object, Method)` Related to: https://github.com/cuba-platform/cuba/issues/3252

severity: minor