- πΊπΈUnited States m.stenta
Personally I think the fact that
accessCheck(TRUE)
is used inEntityReferenceIntegrityEntityHandler::referentialEntityQuery()
is a bug. I opened this issue to change it toaccessCheck(FALSE)
: π Disable access checking in EntityReferenceIntegrityEntityHandler::referentialEntityQuery() ActiveI'm going to close this in favor of that issue, if that's OK. I can't see any reason why someone would want an option to set
accessCheck(TRUE)
, so I don't think we'll need to make this configurable.