[WEB-1921] fix: issue widgets modal and code refactor (#5106)

* fix: celery fix

* chore: issue relationkey and issueCrudOperation state added to issueDetail store

* chore: moved issue detail widget modal to root

* chore: code refactor

* chore: default open widget updated
This commit is contained in:
Anmol Singh Bhatia 2024-07-11 20:12:09 +05:30 committed by GitHub
parent 24973c1386
commit dd3b0f6a3f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
16 changed files with 322 additions and 337 deletions

View file

@ -276,8 +276,6 @@ CELERY_IMPORTS = (
"plane.bgtasks.api_logs_task",
# management tasks
"plane.bgtasks.dummy_data_task",
# backfill tasks
"plane.db.backfills.backfill_0070_page_versions",
)
# Sentry Settings