RelationManager Attach and Detach possible values
I have RoleResource, with a PermissionRelationManager.
- I'd like to have the table in RelationManager show all possible Permissions to attach to the role, whether attached or not, instead of just those currently attached.
- I need to be able to programmatically determine whether it's attached or not, so I can conditionally show the Attach or Detach button.