mirror of
https://github.com/Kingsrook/qqq.git
synced 2025-07-18 05:01:07 +00:00
CE-882 Remove removed withHint calls
This commit is contained in:
@ -111,11 +111,9 @@ public class SharingMetaDataProvider
|
|||||||
.withOperator(MultiRecordSecurityLock.BooleanOperator.OR)
|
.withOperator(MultiRecordSecurityLock.BooleanOperator.OR)
|
||||||
.withLock(new RecordSecurityLock()
|
.withLock(new RecordSecurityLock()
|
||||||
.withSecurityKeyType(USER_ID_KEY_TYPE)
|
.withSecurityKeyType(USER_ID_KEY_TYPE)
|
||||||
.withHint(RecordSecurityLock.QueryHint.DO_NOT_PUT_CRITERIA_IN_JOIN_ON)
|
|
||||||
.withFieldName("userId"))
|
.withFieldName("userId"))
|
||||||
.withLock(new RecordSecurityLock()
|
.withLock(new RecordSecurityLock()
|
||||||
.withSecurityKeyType(GROUP_ID_KEY_TYPE)
|
.withSecurityKeyType(GROUP_ID_KEY_TYPE)
|
||||||
.withHint(RecordSecurityLock.QueryHint.DO_NOT_PUT_CRITERIA_IN_JOIN_ON)
|
|
||||||
.withFieldName("groupId"))
|
.withFieldName("groupId"))
|
||||||
));
|
));
|
||||||
QInstanceEnricher.setInferredFieldBackendNames(qInstance.getTable(SharedAsset.TABLE_NAME));
|
QInstanceEnricher.setInferredFieldBackendNames(qInstance.getTable(SharedAsset.TABLE_NAME));
|
||||||
|
Reference in New Issue
Block a user