Skip to content

Fixed the empty due date bug

Vaibhav Rathore requested to merge feature/1232-due-date-bug into main

Targets #1232 (closed)

Summary

  1. Updated backend code when calculating manuscript has overdue tasks to also consider the task due date is not null - Task due date may be null when duration is set to None
  2. Removed unused config import in task graphql
  3. Placed updating task alerts after task is inserted into DB, as it was giving error when creating task alerts (task id relation does not exist)

Merge request reports