• Resolved janradecker

    (@janradecker)


    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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Dito here.

    Alex

    Thread Starter janradecker

    (@janradecker)

    This issue seems to be fixed with version 3.1.13.

    Quick Edit is broken for me as well using 3.1.13. WP and all plugins up to date. Drag and drop reordering technically syncs but the progress wheel never goes away. When I refresh the Pages menu the reordering has been saved including changes made in Quick Edit but the page title change has not been synced.

    • This reply was modified 4 years, 2 months ago by InHouse. Reason: Added info on how I resolved the issue
    • This reply was modified 4 years, 2 months ago by InHouse. Reason: Removed previous edit as the quick edit still not syncing menu properly
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘QuickEdit not working after Update’ is closed to new replies.