Skip to content

Commit

Permalink
ref(rbac): enable relationship creation when objects is created (#6238)
Browse files Browse the repository at this point in the history
  • Loading branch information
AdriiiPRodri authored Dec 18, 2024
1 parent 8cc8f76 commit 3385710
Show file tree
Hide file tree
Showing 6 changed files with 929 additions and 155 deletions.
4 changes: 2 additions & 2 deletions api/src/backend/api/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ class Meta:
]

class JSONAPIMeta:
resource_name = "provider-group"
resource_name = "provider-groups"


class ProviderGroupMembership(RowLevelSecurityProtectedModel):
Expand Down Expand Up @@ -926,7 +926,7 @@ class Meta:
]

class JSONAPIMeta:
resource_name = "role"
resource_name = "roles"


class RoleProviderGroupRelationship(RowLevelSecurityProtectedModel):
Expand Down
Loading

0 comments on commit 3385710

Please sign in to comment.