I added a custom AccessEntityCREDSChecker for Contact. It gives read and edit Contact access, if User has access to some related entity. `checkEntityRead` fires, but `checkEntityEdit` doesn’t and the Edit button is hidden in contact edit form. Seems like check is performed on frontend and doesn't reach backend.
I tried to set edit access on contact to 'own', but it doesn't help. Can I disable check on frontend, or maybe custom ownership checker will be better?
I tried to set edit access on contact to 'own', but it doesn't help. Can I disable check on frontend, or maybe custom ownership checker will be better?
Comment