* [task#140911,done,0.2h] add deleted label to story.

This commit is contained in:
sunguangming
2025-04-14 10:41:30 +08:00
committed by 刘刚
parent 38d095cbab
commit 90ec191c6b
3 changed files with 8 additions and 3 deletions
+1
View File
@@ -116,6 +116,7 @@ if(!$task->fromBug && $task->story)
'url' => createLink('story', 'view', "storyID=$task->storyID") . ($execution->multiple ? '' : '#app=project'),
'objectID' => $task->storyID,
'color' => '',
'deleted' => $task->storyDeleted,
'toolbar' => $task->needConfirm ? array
(
array('text' => $lang->task->storyChange, 'class' => 'ghost pointer-events-none'),