* Fix bug when creating todo for mr.

This commit is contained in:
dingguodong
2021-09-09 11:50:45 +08:00
parent 6a6f5c1883
commit 893f0455f5
+1 -1
View File
@@ -330,7 +330,7 @@ class mrModel extends model
$todo->type = 'custom';
$todo->idvalue = $rawTodo->id;
$todo->pri = 3;
$todo->name = $lang->mr->common . ": " . $rawTodo->target->title;
$todo->name = $this->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 = '';