* Add merge request title to that todo.

This commit is contained in:
dingguodong
2021-09-09 11:30:50 +08:00
parent 11c16786bf
commit ce3d71c795
+1 -1
View File
@@ -330,7 +330,7 @@ class mrModel extends model
$todo->type = 'custom';
$todo->idvalue = $rawTodo->id;
$todo->pri = 3;
$todo->name = $rawTodo->target->title;
$todo->name = $lang->mr->common . ": " . $rawTodo->target->title;
$todo->desc = $rawTodo->target->description . "<br>" . '<a href="' . $this->todoDescriptionLink($gitlabID, $projectID) . '" target="_blank">' . $this->todoDescriptionLink($gitlabID, $projectID) .'</a>';
$todo->status = 'wait';
$todo->finishedBy = '';