Andrey Subbotin

Results 17 issues of Andrey Subbotin

https://www.cuba-platform.ru/discuss/t/vyvod-otchetov-v-formate-odt-i-ods/3485 ### Environment - YARG version: X.Y.Z - Client type: - Browser: - Database: - Operating system: ### Description of the bug or enhancement - Minimal reproducible example - Expected...

type: enhancement

https://www.cuba-platform.ru/discuss/t/peredacha-podotcheta-v-shablon-jasperreports/1262

type: enhancement

### Environment - YARG version: 2.0.15 ### Description of the bug or enhancement Formulas like `SUM($Sheet.B2:B2)` isn't updated correctly for band data, because YARG doesn't take into account sheet name...

type: bug

https://www.cuba-platform.com/discuss/t/xls-report-with-footer/6497/8

### Environment - YARG version: 1.2.0 ### Description of the bug or enhancement Typically user writes formula SUM(B2:B2) for calculation total by some column. It would be possible to use...

Spring GraphQL handles Spring Security exceptions and converts them into GraphQL errors. Perhaps, SQPR should do a similar logic for better integration with the Spring ecosystem.

- Create a service like: ``` @GraphQLQuery(name = "springPageableComponent_users") public List users(@GraphQLArgument(name = "page") Pageable page) { return users.subList((int) page.getOffset(), (int) (page.getOffset() + page.getPageSize())); } ``` - Try to execute...

Spring Security OAuth EOL in May 2022 https://spring.io/blog/2021/11/08/update-on-eol-for-spring-security-oauth

size: L
in: security

### Environment - Platform version: 7.2.* ### Description of the bug or enhancement Minimal reproducible example - Create `Company` entity with `name` and `description` attributes. - Create listener for `EntityChangedEvent`...

type: bug
state: fixed
ver: 7.3.0
ver: 7.2.20

### Environment - Platform version: 7.2.* ### Description of the bug or enhancement When migrating from older versions of the platform (e.g 5.2), a situation is possible when permission is...

type: bug
state: fixed
ver: 7.3.0
ver: 7.2.20