I am trying to:
disconnect posts
Link to a page where the issue can be seen:
Canopy Towers - hidden link
and also on most floorplan/condo pages
I expected to see:
successfully disconnect a floorplan
Instead, I got:
There has been an error please try again later.
yes our client has been using bulk import to add the floorplans, is it easier to disconnect all the relationships and update the relationships by batch using the bulk uploader?
When you use[cred-delete-relationship] shortcode to disconnect the posts - to check whether users have permission to disconnect posts is not based on delete posts permissions, but on edit post permissions for both posts, on the left and right post types of the relationship.
And the way those permissions work, you need to grant "publish" rights to be allowed to disconnect the relationship including edit rights.
So, you have to grant the "publish" capabilities for both post types which involved in to build post-relationship for the role using which user is loggedin.
Can you please try to check this and check if this can able to resolve your issue.