I can add cred-delete-post but not toolset-edit-post-link in view.
I can insert the toolset-edit-post-link in view before but don't know what I did and it can't now. I don't have the Toolset Access installed to control the access right, what other reason I can't insert the toolset-edit-post-link in view?
hidden link (a view including the toolset-edit-post-link)
Yes, I know how to insert the Edit link but just the Edit link doesn't show up in the front end. From my code snippet, you should able to find the code
The Font Awesome icon has no problem. From my understanding, I have to grant access to the form if I installed the Access, but I don't have the Access installed. Any other reason?
The issue actually being caused by the Add New Purchase order form.
I believe that this is being caused by Toolset not reading the template as an edit template when there is a form in the content template to create a new post hence the link isn't appearing.
As soon as the Purchase order form is removed the link starts showing up again. What I recommend is that if you want to keep the edit link to construct it manually. However if you want it to be dynamically generated then you would need to remove the Purchase order form
What i'm referring to is the content template that holds the Edit form for the invoices. hidden link
If you check the content template above you will notice that there is an Add New Purchase order form. Once this is removed the link will appear as intended on the frontend.