chore: workspace members and project members endpoint (#2560)
* fix: removed members endpoint * fix: changed project permisson class for project member * fix: permission changed in workspace and project * fix: added project filter in members
This commit is contained in:
parent
1be82814fc
commit
02f4916e49
5 changed files with 99 additions and 120 deletions
|
|
@ -7,14 +7,12 @@ from .project import (
|
|||
ProjectMemberInvitationsViewset,
|
||||
ProjectMemberInviteDetailViewSet,
|
||||
ProjectIdentifierEndpoint,
|
||||
AddMemberToProjectEndpoint,
|
||||
ProjectJoinEndpoint,
|
||||
ProjectUserViewsEndpoint,
|
||||
ProjectMemberUserEndpoint,
|
||||
ProjectFavoritesViewSet,
|
||||
ProjectDeployBoardViewSet,
|
||||
ProjectDeployBoardPublicSettingsEndpoint,
|
||||
ProjectMemberEndpoint,
|
||||
WorkspaceProjectDeployBoardEndpoint,
|
||||
LeaveProjectEndpoint,
|
||||
ProjectPublicCoverImagesEndpoint,
|
||||
|
|
@ -53,7 +51,6 @@ from .workspace import (
|
|||
WorkspaceUserProfileEndpoint,
|
||||
WorkspaceUserProfileIssuesEndpoint,
|
||||
WorkspaceLabelsEndpoint,
|
||||
WorkspaceMembersEndpoint,
|
||||
LeaveWorkspaceEndpoint,
|
||||
)
|
||||
from .state import StateViewSet
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue