• Resolved whichgodsaves

    (@whichgodsaves)


    I use PODS to create custom post types. When using the Admin screen under Posts to view the custom post types, if there are less than 10 (or whatever setting), then the “view” option is hidden in the display. It only shows edit – quick edit – and delete. View is only available when the Settings-Read setting is satisfied.

    Seems like there shouldn’t be any impact on admin screens.

    Since it is an administrative task, there’s no link to view w/o admin access. Let me know if you need this, although I assume it’s any custom post type & not just PODS?

    thanks!
    chris

Viewing 1 replies (of 1 total)
  • Plugin Author joostdevalk

    (@joostdevalk)

    This was a very weird bug. Turns out the filter we were using (tag_row_actions) which by its name seems to imply it works for, you know “tags”, is actually running for all taxonomies. We’ve now switched that filter to post_tag_row_actions, which immediately brought back the View action for all non tag taxonomies.

    Will be fixed in the next release, see the pull request.

Viewing 1 replies (of 1 total)
  • The topic ‘disables view option with custom posts’ is closed to new replies.