* Modify task response.

This commit is contained in:
sunguangming
2024-01-23 10:34:42 +08:00
parent 98e33c5df3
commit f8a9604e1f
+1 -1
View File
@@ -1756,7 +1756,7 @@ class taskZen extends task
if($changes and $this->task->needUpdateBugStatus($task))
{
$response = $this->task->getRemindBugLink($task, $changes);
if($response) return print(js::confirm(sprintf($this->lang->task->remindBug, $task->fromBug), $response['confirmed'], $response['canceled'], 'parent', 'parent.parent'));
if($response) return $this->send($response);
}
if(helper::isAjaxRequest('modal')) return $this->responseModal($task, $from);