[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:
parent
f9de1e790c
commit
4c16ed8b23
5 changed files with 61 additions and 30 deletions
1
packages/types/src/project/projects.d.ts
vendored
1
packages/types/src/project/projects.d.ts
vendored
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue