* Detele todo lang and fix project link to plan bug.

This commit is contained in:
Yagami
2018-07-13 10:47:17 +08:00
parent 8e6a61a178
commit bc4a40282e
5 changed files with 3 additions and 5 deletions
+1 -1
View File
@@ -1614,7 +1614,7 @@ class projectModel extends model
}
}
$this->linkStory($projectID, $planStories, $planProducts);
if($count != 0) die(js::confirm(sprintf($this->lang->project->haveDraft, $count), helper::createLink('project', 'create', "projectID=$projectID")));
if($count != 0) echo js::alert(sprintf($this->lang->project->haveDraft, $count)) . js::locate(helper::createLink('project', 'create', "projectID=$projectID"));
}
/**