[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:
Anmol Singh Bhatia 2024-10-11 15:23:32 +05:30 committed by GitHub
parent 2c96e042c6
commit bf7b3229d1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 97 additions and 63 deletions

View file

@ -276,6 +276,8 @@ class DraftIssueSerializer(BaseSerializer):
"updated_at",
"created_by",
"updated_by",
"type_id",
"description_html",
]
read_only_fields = fields