amend TODO category

This commit is contained in:
Michael Hoennig 2024-04-23 09:28:18 +02:00
parent fd5892ac1f
commit 21ce6d7680

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);