[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
|
|
@ -289,6 +289,7 @@ class IssueSearchEndpoint(BaseAPIView):
|
|||
issues.values(
|
||||
"name",
|
||||
"id",
|
||||
"start_date",
|
||||
"sequence_id",
|
||||
"project__name",
|
||||
"project__identifier",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue