Open Lowcode

Results 48 issues of Open Lowcode

There should be an option in the alphanumeric version scheme to skip I and O in version number. This is typically used in regulated environment to avoid confusing letter I...

good first issue

Current alphanumeric version scheme next version works from A to Z. It should be extended to use AA after Z, AAA after ZZ... Class to modify: org.openlowcode.server.data.properties.version.AlphanumericVersionScheme

good first issue

Text field on an object should have an easy search function. The function is part of the framework today, but not implemented. The context is to take a text, remove...

good first issue

There are two widgets in the toolset that seem to be identical. One of them should be deprecated and suprressed: - SStringStorage; - STextStorage. in package org.openlowcode.server.graphic.widget.

The STextField has a business parameter attribute, which usage is not clear. It should be properly documented, or deprecated. Class impacted: org.openlowcode.server.graphic.widget.STextField

When loading a field defined as rich text, there is no check that the format of rich text is valid. A check should be added in the class org.openlowcode.server.data.StringDataObjectFieldFlatFileLoaderColumn

there is a batch processing for set state pre-processing on data controls property. Current behaviour: in the first error, processing stops Expected behaviour: all objects without error are processed, in...

The hasautolink property is performing a check before object update that the conditions for all the links are still valid. This logic has the following issues: - it is querying...