Ilia Chavchavadze

Results 9 issues of Ilia Chavchavadze

When iterating rows of this file there are a lot of incorrect rows with rowNum 0 (they has empty cellMapping and not displaing in MS Office). Real rows are reading...

There is READONLY and READONLYIF, also there is DISABLEIF, but there is no DISABLE. Need to implement DISABLE support.

bug
enhancement

Now 'Exception while starting logics instance' error now points to the next token, which is on the next line or even a few lines later. ![image](https://github.com/lsfusion/platform/assets/40162373/3607d5db-7908-4c47-bfbe-d7257a082cfb) Possible solution: `parser.getCurrentParser().input.rewind();` before...

bug

If properties have very long name, there are assertions: *stacks for 5.2-SNAPSHOT, but bug exists also in 6.0-SNAPSHOT 1. First case: ``` NAMESPACE LongInternationalizationNamespace; CLASS LongInternationalizationClass; longInternationalizationProperty1 = DATA STRING(LongInternationalizationClass);...

bug

Theme icon is not changing when changing theme in edit profile form ![image](https://github.com/lsfusion/platform/assets/40162373/b3e3a3a1-70e6-401b-8afd-219ade9c8ef4)

bug

![Снимок экрана 2024-04-30 142840](https://github.com/lsfusion/platform/assets/40162373/046b5c42-fb0d-486b-991a-3e16a7da335f) ![Снимок экрана 2024-04-30 142851](https://github.com/lsfusion/platform/assets/40162373/7fdbcf9e-6b5f-4d01-832c-46e9f045b9da)

bug

`assert equals(flexes[i], 0.0);` in calculateFlexes Form securityPolicy, when enlarging property dataForbidDuplicateForms ``` Caused by: java.lang.AssertionError at Unknown.ff_g$(Throwable.java:62) at Unknown.hUf_g$(Error.java:26) at Unknown.nUf_g$(AssertionError.java:23) at Unknown.xji_g$(GwtClientUtils.java:943) at Unknown.Oul_g$(GGridPropertyTable.java:527) at Unknown.eUl_g$(GGridPropertyTable.java:212) at Unknown.yDi_g$(ResizeHandler.java:205) at...

bug

After a successful login, locale is set by cookies for 1 year. And if there was no login (anonymous authentication) - the locale is not set, we stay under the...

bug

If you write code like this: `CLASS SomeClass { FIELD 'field ' }` then with each start, a log entry will appear: ``` Renaming static object with id 67520 -...

bug