Closed david-pfx closed 5 years ago
The fix is easy: just give the field a different column name such as:
{ "id": "parent", "type": "lov", "label": "Parent", "object": "test", "required": true, "inMany": true, "column": "f_parent", //"column": "parent_id", "lovtable": "z_test" },
The test table doesn't show up on the menu, so it's not easy to check if the fixed data works ok.
It is working fine. It may have been fixed by some other changes.
Yes. You commented out the code that caused the bug. See database.js 108-115.
So this is a Lazarus bug -- it may return from the dead.
The fix is easy: just give the field a different column name such as:
The test table doesn't show up on the menu, so it's not easy to check if the fixed data works ok.