Changes:
- The date search on the all-activity page did not always function correctly. The filtering logic was reviewed and adjusted to ensure accurate processing of selected date values. As a result, date-based search now works consistently and returns the expected activity records.
- Fixed an intermittent issue in the board statistics modal where the task list was occasionally displayed as empty (showing 0 tasks) despite tasks being present. The problem occurred under unclear conditions and was previously resolved only after refreshing the page or navigating to another section. The root cause was addressed to ensure the task list is rendered correctly without requiring manual page reloads.
- Fixed an issue where reassigning groups to a task caused incorrect rendering of groups previously attached to comments within that task. After updating the task’s group associations, the groups linked to existing comments were displayed improperly or became inconsistent. The logic was corrected to preserve and accurately display all group associations at both the task and comment levels.
- Fixed an issue in the calendar where navigating between months occasionally resulted in a white screen. The problem prevented the calendar from rendering properly after switching months, disrupting user interaction. The navigation and rendering logic were stabilized to ensure the calendar loads correctly and consistently when changing months.