Open-Lowcode icon indicating copy to clipboard operation
Open-Lowcode copied to clipboard

Solution for rapid development of specific enterprise software

Results 54 Open-Lowcode issues
Sort by recently updated
recently updated
newest added

Multifield constraint is inconsistent between screen, table, and file loading. #291 was only a short-term fix, but a better solution should be found.

There should be an option when doing a loading children to have a confirm page showing the lines added or modified before the loading. This would help users detect that...

There should be an option to signal massive delete of lines in the file loader. Proposal is to have an additional column that should have a specific value "Delete".

It generates compile error by having to getActionRef methods. ACTION should be forbidden as name of an action input or output argument. ``` public ActionRef getActionRef() { return new ActionRef();...

When adding a "Named" property to a non-stored object, there is an unclear Exception. It should be tested before and given a clear exception to the developer ``` SEVERE 51:44.926...

Got the following error. It should be replaced by a text explaining which field is not filled Error: java.lang.NullPointerException - null @ org.openlowcode.server.data.properties.multichild.MultichildValueHelper$SecondValueFlatFileLoader.load(MultichildValueHelper.java:426)

Widgets of the package org.openlowcode.server.graphic.widget currently require in their syntax the parent SPage given as argument, making the syntax heavier than it should. Example before: `SComponentBand mainband = new SComponentBand(SComponentBand.DIRECTION_DOWN,this);`...

syntax-clean

The Open Lowcode framework is NOT using unique indexes, as, depending on complex properties, unique fields may not be physically unique. The option "Unique" exists, though it is not used...

syntax-clean

An IteratedCompanion property will be implemented to store on an object from which iteration to which iteration the companion object is valid. IteratedCompanion will be used by the new companion...

Sub-types

When writing in a paragraph, the following explosion happens. As a result, the display is going back up. ``` Exception in thread "JavaFX Application Thread" java.lang.ArrayIndexOutOfBoundsException: -1 at java.util.ArrayList.elementData(ArrayList.java:422) at...