Compare commits

..

No commits in common. "9d3c73c4ea3f86c4912d84e3c27c7f20e6802aaa" and "ba9bbf9d788b5ab5a03ca48a68cbba2b939bfe5d" have entirely different histories.

View File

@ -365,7 +365,7 @@ public class RbacView {
});
try {
// TODO.rbac: this only works for directly recursive RBAC definitions, not for indirect recursion
// TODO.impl: this only works for directly recursive RBAC definitions, not for indirect recursion
final var rbacDef = entityClass == rootEntityAlias.entityClass
? this
: rbacDefinition(entityClass);
@ -898,7 +898,7 @@ public class RbacView {
return entityClass == null;
}
@NotNull
@Override
public SQL fetchSql() {
if (fetchSql == null) {
return SQL.noop();