You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the node_access_strict logic is executed in og_entity_access(), meaning that it is not checked when the methods in OgAccess are called directly.
There are three public methods which currently return results which completely ignore this mechanism:
OgAccess::userAccess() - not sure if it applies here, since this only deals with groups
OgAccess::userAccessGroupContentEntityOperations() - this definitely needs it
OgAccess::userAccessEntity() - this probably doesn't need it directly, since it delegates to ::userAccessGroupContentEntityOperations()
The text was updated successfully, but these errors were encountered:
Currently the
node_access_strict
logic is executed inog_entity_access()
, meaning that it is not checked when the methods inOgAccess
are called directly.There are three public methods which currently return results which completely ignore this mechanism:
OgAccess::userAccess()
- not sure if it applies here, since this only deals with groupsOgAccess::userAccessGroupContentEntityOperations()
- this definitely needs itOgAccess::userAccessEntity()
- this probably doesn't need it directly, since it delegates to::userAccessGroupContentEntityOperations()
The text was updated successfully, but these errors were encountered: