introduce-hosting-module #46

Merged
hsh-michaelhoennig merged 11 commits from introduce-hosting-module into master 2024-04-23 11:14:49 +02:00
Showing only changes of commit 9d3c73c4ea - Show all commits

View File

@ -365,7 +365,7 @@ public class RbacView {
}); });
try { try {
// TODO.impl: this only works for directly recursive RBAC definitions, not for indirect recursion // TODO.rbac: 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;
} }
@Override @NotNull
public SQL fetchSql() { public SQL fetchSql() {
if (fetchSql == null) { if (fetchSql == null) {
return SQL.noop(); return SQL.noop();