* Fix bug of task confirmation.
This commit is contained in:
@@ -86,7 +86,7 @@ if(!$task->fromBug && $task->story)
|
||||
'title' => $task->storyTitle,
|
||||
'url' => createLink('story', 'view', "storyID=$task->storyID"),
|
||||
'objectID' => $task->storyID,
|
||||
'toolbar' => !$task->needConfirm ? array
|
||||
'toolbar' => $task->needConfirm ? array
|
||||
(
|
||||
array('text' => $lang->task->storyChange, 'class' => 'ghost pointer-events-none'),
|
||||
array('text' => $lang->confirm, 'type' => 'primary', 'url' => createLink('task', 'confirmStoryChange', "taskID={$task->id}"))
|
||||
|
||||
Reference in New Issue
Block a user