*Add title in importIssue function.

This commit is contained in:
lichengjun
2021-07-14 10:14:18 +08:00
parent 78ea82597b
commit 8b2db53ab2
+1 -1
View File
@@ -339,7 +339,7 @@ class gitlab extends control
{
$products[$productID] = $this->loadModel("product")->getByID($productID)->name;
}
$this->view->title = $this->lang->gitlab->common . $this->lang->colon . $this->lang->gitlab->importIssue;
$this->view->importable = empty($gitlabIssues) ? false : true;
$this->view->products = $products;
$this->view->gitlabID = $gitlabID;