Skip to content

Commit f769666

Browse files
remove organization parent on entity, this isn't used anymore, only parent_context
Signed-off-by: Sarah Funkhouser <147884153+golanglemonade@users.noreply.github.com>
1 parent b92b2ab commit f769666

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fga/model/registry/entity.fga

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ type entity
1818
define parent_editor: can_edit from parent_context or can_edit_entity from parent_context or can_edit from parent
1919
define parent_viewer: can_view from parent_context or can_view_entity from parent_context or can_view from parent
2020
define parent_context: [organization]
21-
define parent: [user, service, organization, trust_center_entity]
21+
define parent: [user, service, trust_center_entity]

0 commit comments

Comments
 (0)