Hi Isomorphic,
creating a testcase I found an issue. Please modify the sample here (v13.0p_2022-03-29) and set
You will see that removing records is working, but updating a customer is not. The connection hangs and later edits also hang. I'm not sure whats going wrong, but assume some DB lock issue.
If you don't think it's necessary to deal with the DB issue itself, I assume the .ds.xml should be changed to disallow updates.
Best regards
Blama
creating a testcase I found an issue. Please modify the sample here (v13.0p_2022-03-29) and set
Code:
canEdit:true, canRemoveRecords:true,
If you don't think it's necessary to deal with the DB issue itself, I assume the .ds.xml should be changed to disallow updates.
Best regards
Blama
Comment