You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GIVEN that a project has been set as a private project
WHEN a user that doesn't have edit rights to the project requests the project in the API
THEN the project (and all its related objects) should not appear in the API
GIVEN that a project has been set as a private project
WHEN a user that has edit rights to the project requests the project in the API
THEN the project (and all its related objects) should appear in the API
GIVEN that a project has been set as a private project
WHEN a user wants to edit the project in the editor (and thus has edit rights)
THEN the user should be able to edit the project
Issue description
Private projects should be filtered from the API, as they should not be visible anywhere. Only users that have permission to edit these projects should be able to retrieve these projects from the API.
The text was updated successfully, but these errors were encountered:
Test plan
GIVEN that a project has been set as a private project
WHEN a user that doesn't have edit rights to the project requests the project in the API
THEN the project (and all its related objects) should not appear in the API
GIVEN that a project has been set as a private project
WHEN a user that has edit rights to the project requests the project in the API
THEN the project (and all its related objects) should appear in the API
GIVEN that a project has been set as a private project
WHEN a user wants to edit the project in the editor (and thus has edit rights)
THEN the user should be able to edit the project
Issue description
Private projects should be filtered from the API, as they should not be visible anywhere. Only users that have permission to edit these projects should be able to retrieve these projects from the API.
The text was updated successfully, but these errors were encountered: