[WEB-2388] fix: workspace draft issues (#5800)
* fix: create issue modal handle close * fix: workspace level draft issue store update * chore: count added * chore: added description html in list endpoint * fix: workspace draft issue mutation * fix: workspace draft issue empty state and count --------- Co-authored-by: gurusainath <gurusainath007@gmail.com>
This commit is contained in:
parent
2c96e042c6
commit
bf7b3229d1
9 changed files with 97 additions and 63 deletions
|
|
@ -276,6 +276,8 @@ class DraftIssueSerializer(BaseSerializer):
|
|||
"updated_at",
|
||||
"created_by",
|
||||
"updated_by",
|
||||
"type_id",
|
||||
"description_html",
|
||||
]
|
||||
read_only_fields = fields
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue