I created a table from a MYSQL database table and marked "Allow front-end editing." I also marked "Limit editing to own data only." I left Editor Roles to the default of "everyone."
On the frontend and backend, the table gives me the option to edit. But when I try to save the edit, I get an error, "Error! User do not have permission to update data!" I tried logging in as various users with different user roles and ids, and the error persists.
After a lot of trial and error, I've found that the issue is in marking "Limit editing to own data only." It doesn't matter if I create a table manually or via another source, if I mark that option, I get the error, "Error! User do not have permission to update data!"
I created a table from a MYSQL database table and marked "Allow front-end editing." I also marked "Limit editing to own data only." I left Editor Roles to the default of "everyone."
On the frontend and backend, the table gives me the option to edit. But when I try to save the edit, I get an error, "Error! User do not have permission to update data!" I tried logging in as various users with different user roles and ids, and the error persists.
After a lot of trial and error, I've found that the issue is in marking "Limit editing to own data only." It doesn't matter if I create a table manually or via another source, if I mark that option, I get the error, "Error! User do not have permission to update data!"
Will you please help me resolve this issue?