Changes:
- Adjusted the display of closed tasks in the activity log on the All Tasks page. Fixed issues related to incorrect task links and titles shown in the log entries. The underlying logic was partially revised to ensure closed tasks are displayed correctly and consistently in the activity history.
- Fixed an issue where previously deleted linked tasks were being restored when closing a parent task and choosing to close all linked tasks. Deleted linked tasks should have remained deleted and not been restored during the bulk closing process. The closing logic was corrected to ensure only active linked tasks are closed, while deleted tasks remain deleted.
- Fixed a critical issue on the task page where the confirmation modal retained the previous action state and incorrectly triggered task closing in subsequent interactions. After closing or interacting with the confirmation dialog, the system could unintentionally close tasks even when performing unrelated actions such as deletion. The modal state handling was corrected to reset properly after each interaction, preventing unintended task closures without requiring a page refresh.
- Fixed an issue where closing the confirmation modal while deleting a linked task without confirming the action redirected the user to the main task page. The modal close behavior was corrected so that canceling the action no longer triggers unintended navigation. The user now remains on the current page when the confirmation dialog is closed without confirmation.
