[WEB-1336] fix: issue dates conflict in the calendar layout (#4480)

* fix: calendar dnd for due dates before issue start date

* chore: start date in calender view

* fix: add existing issues to calendar layout

---------

Co-authored-by: NarayanBavisetti <narayan3119@gmail.com>
This commit is contained in:
Aaryan Khandelwal 2024-05-17 12:45:28 +05:30 committed by GitHub
parent f9de1e790c
commit 4c16ed8b23
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 61 additions and 30 deletions

View file

@ -147,6 +147,7 @@ export interface ISearchIssueResponse {
project__identifier: string;
project__name: string;
sequence_id: number;
start_date: string | null;
state__color: string;
state__group: TStateGroups;
state__name: string;