• foojack

    (@foojack)


    created role, they cannot delete the selected post (reservation) to the trash. An error occurs that they do not have access.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Vladimir Garagulya

    (@shinephp)

    Look if your role has all related user capabilities:

    delete_posts
    delete_published_posts – if post is in “Publish” state
    delete_private_posts – if post is private
    delete_others_posts – if post was added by other user???

    Thread Starter foojack

    (@foojack)

    I have it set up that way. I also tried to enable everything for the role but it didn’t help. As admin I can delete/edit post-reservations but not other roles.

    Plugin Author Vladimir Garagulya

    (@shinephp)

    What about try the own capability type for this custom post type, as ‘reservation’ instead of ‘post’? that is:

    edit_reservations
    edit_published_reservations
    delete_reservations

    etc.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘cannot delete the selected post’ is closed to new replies.