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

The Hasautolink property queries the objects for control even if there are no rules to check

Open openlowcode opened this issue 4 years ago • 0 comments

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 all the links even when there are no conditions
  • it querying all the links even when the related fields did not change.

This ticket should limit the query of links to the cases where both conditions exist and related fields actually changed.

openlowcode avatar Jan 12 '20 08:01 openlowcode