Steps
Create a table Mandatory with one Non-Null, Unique, Indexed column
Fill in some values in the backend
On Frontend create a new page
Add a data table to the page and link it with table Mandatory and permit editing
Launch page
Edit a row and clear the Non-Null, Unique, Indexed column
Save
Problem
Save succeeds and database now has a null value for a non-null column
This is not possible in Backend UI - guessing backend validation is missed somewhere.
Thanks
Hello @Anonymous_Anonymous4 .
We were able to reproduce this problem. Thanks for your feedback. Ticket BKNDLSS-23727 has been created.
Regards, Nikita.
Marina.Kan
(Marina Kan)
January 12, 2021, 11:46am
3
Hi, @Anonymous_Anonymous4
We’ve updated cloud servers with a fix for the issue you described above. Could you kindly let us know whether fix works for you well?
Regards, Marina
Verified following steps to reproduce. Product now returns an error as expected:
{“code”:1048,“message”:“Column ‘mandatory’ cannot be null”,“errorData”:{}}
Thanks