QuickEdit not working after Update
-
Since updating to 3.1.12 some elements could not be saved in quick edit.
For example you can not hide/show the page.
It seems to be saved but after a refresh the state has not changed.I tracked it down to the function updateNestedPagesStatus() in app/Entities/Post/PostUpdateRepository.php.
There is a security check if the user has the capability edit_post_meta, but this capability does not exist at all. There is no such capability by default in wordpress (see https://www.ads-software.com/support/article/roles-and-capabilities/).
Tthere are a few more other functions which use the same security check that do not work either (updateNavTitle, updateNavCSS, etc).Am I doing something wrong?
What is the correct way to get it working again?Thank you in advance
Jan Radecker
- The topic ‘QuickEdit not working after Update’ is closed to new replies.