Using Directus 11.15.4 and Super Table 0.2.17, I am unable to post inline edits to the db if the collection doesn't use id for its key. Collections that do use id can be edited successfully.
It looks to be in the handleUpdate function. It fails silently.
Using Directus 11.15.4 and Super Table 0.2.17, I am unable to post inline edits to the db if the collection doesn't use
idfor its key. Collections that do useidcan be edited successfully.It looks to be in the
handleUpdatefunction. It fails silently.