Compare commits

..

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

View File

@ -365,7 +365,7 @@ public class RbacView {
}); });
try { 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 final var rbacDef = entityClass == rootEntityAlias.entityClass
? this ? this
: rbacDefinition(entityClass); : rbacDefinition(entityClass);
@ -898,7 +898,7 @@ public class RbacView {
return entityClass == null; return entityClass == null;
} }
@NotNull @Override
public SQL fetchSql() { public SQL fetchSql() {
if (fetchSql == null) { if (fetchSql == null) {
return SQL.noop(); return SQL.noop();