* Adjust Details Code Format.
This commit is contained in:
+1
-1
@@ -333,7 +333,7 @@ class mrModel extends model
|
||||
$todo->idvalue = $rawTodo->id;
|
||||
$todo->pri = 3;
|
||||
$todo->name = $this->lang->mr->common . ": " . $rawTodo->target->title;
|
||||
$todo->desc = $rawTodo->target->assignee->name . $this->lang->mr->on . '<a href="' . $this->loadModel('gitlab')->apiGetSingleProject($gitlabID, $projectID)->web_url . '" target="_blank">' . $rawTodo->project->path .'</a>' . $this->lang->mr->todomessage . '<a href="' . $rawTodo->target->web_url . '" target="_blank">' . $this->lang->mr->common .'</a>' . '。';
|
||||
$todo->desc = $rawTodo->target->assignee->name . ' ' . $this->lang->mr->at . ' ' . '<a href="' . $this->loadModel('gitlab')->apiGetSingleProject($gitlabID, $projectID)->web_url . '" target="_blank">' . $rawTodo->project->path .'</a>' . ' ' . $this->lang->mr->todomessage . '<a href="' . $rawTodo->target->web_url . '" target="_blank">' . ' ' . $this->lang->mr->common .'</a>' . '。';
|
||||
$todo->status = 'wait';
|
||||
$todo->finishedBy = '';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user