feat: state list endpoint (#2717)
* feat: state list endpoint * dev: update states endpoint * dev: mark default state endpoint
This commit is contained in:
parent
10037222b6
commit
556b2d2617
3 changed files with 33 additions and 18 deletions
|
|
@ -7,8 +7,6 @@ from plane.db.models import State
|
|||
|
||||
|
||||
class StateSerializer(BaseSerializer):
|
||||
workspace_detail = WorkspaceLiteSerializer(read_only=True, source="workspace")
|
||||
project_detail = ProjectLiteSerializer(read_only=True, source="project")
|
||||
|
||||
class Meta:
|
||||
model = State
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue