Hi, I’m creating a template entity with a rich text field which I want users to copy (with button) then edit on their one. I am using entity permissions to show them, but not allow them to edit. I spent a long time figuring out the script for the copy, only to realize that they can not trigger the button…
Button pressing currently falls under the ‘edit’ capability, so yes, read-only means no button press.
One workaround might be to have a to-many link to another ‘Action’ db, and then enable that buttons on any linked Actions are visible.