Tell us what you are trying to do?
We have a workflow as follows:
1. Logged-in user with role 'Subscriber' can create a CPT 'Proposal', which is created with status 'Pending'
2. Admins will 'Publish' accepted Proposals (change post status from 'Pending'), at which point the item will be publicly viewable on the website.
3. 2. When logged in, the Subscriber can see a view that lists their proposals (via filter on post status).
This is all working fine.
I want the submitter to be able to edit their proposal, and have included [toolset-edit-post-link content_template_slug='pres-proposal-edit' target='self']Edit this submission[/toolset-edit-post-link] in the View, which generates Edit links perfectly well for admins, but doesn't generate a link for the Subscriber, for either a Pending or a Published post.
I have given the Subscriber role 'Edit own' permissions in Toolset Access, but this hasn't helped.
Is there a constraint on that shortcode which checks for a core WP capability that I need to give to the Subscriber role? Or is there are different constraint I should be aware of, and what's the solution?
Thanks.
Apologies, forgot to set the correct permissions in Access for the form itself!