Skip to content

allow unlinking related items if you can edit the parent item fix #210

Alan Bell requested to merge alanbell/vtigercrm:unlink_related into master

deleting a relationship should require edit access to the parent object (the one they are related to) not delete access to the target object. (because you are not deleting it, just disassociating it which is an edit to the parent object)

Merge request reports