Skip to content

feat: let workspaces' owners access nodes (and their underlying resources) even if they are not members of theses nodes

Baptiste Rousseau requested to merge owner_of_workspace into dev
  • Let workspaces' owners access nodes and their resources:
    • nodes
    • members
    • datalinks
  • Let workspaces' owners add themselves as members of nodes
  • Let workspaces' owners modify their roles as members of nodes
  • Generalized the use of Mixin for:
    • Checking if a Data belongs to a Workspace
    • Checking if a Connection belongs to a Workspace
    • Checking if a Node belongs to a Workspace
    • Checking if a Member belongs to a Node
Edited by Baptiste Rousseau

Merge request reports