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

    (@shinephp)

    I think it’s not related to the capabilities included to the role.
    Try to deactivate plugins, switch theme to isolate a reason.

    Thread Starter Beee

    (@beee)

    Thanks for the reply.
    I already deactivated all plugins, switched back to twentyfifteen, with one extra thing, my custom post types, as defined here.

    Since the problem still exists, i expect there’s either an error in my custom post types definition or there is something in the database which sets this (outside of my knowledge).

    Thread Starter Beee

    (@beee)

    After some more research I found the read_{capability_type} was missing…
    After adding that… all view links were back…

    One thing I am also missing is the capability for bulk delete for cpt.
    Would you happen to know which capability this is ?

    Plugin Author Vladimir Garagulya

    (@shinephp)

    class-wp-posts-list-table.php checks this capability for the bulk delete action

    if ( current_user_can( $post_type_obj->cap->delete_posts ) ) {

    Check if you defined ‘delete’ capability for your CPT, like ‘delete_videos’, etc.

    Thread Starter Beee

    (@beee)

    I had found it already, thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘lost view option’ is closed to new replies.