UpdateObject is running after clicking on any row while there are no changes

The frontend gets in a strange state after making changes to two fields in a row very fast (pressing tab) and then creating a new row with insert. Two UpdateObject request are sent and a CreateObject request after them. Click to any other row then causes an UpdateObject to be sent even though no additional changes are made.

This state is not triggered every time, it depends on the typing speed.

The problem is caused by the first UpdateObject if it has both of the changes in its payload. The problem state is not triggered if the first UpdateObject handles the first change and the second one the second change.

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.