introduce-hosting-module #46
@ -365,7 +365,7 @@ public class RbacView {
|
||||
});
|
||||
|
||||
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
|
||||
? this
|
||||
: rbacDefinition(entityClass);
|
||||
@ -898,7 +898,7 @@ public class RbacView {
|
||||
return entityClass == null;
|
||||
}
|
||||
|
||||
@Override
|
||||
@NotNull
|
||||
public SQL fetchSql() {
|
||||
if (fetchSql == null) {
|
||||
return SQL.noop();
|
||||
|
Loading…
Reference in New Issue
Block a user