* 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
@@ -2325,7 +2325,7 @@ class project extends control
$planStories = array_keys($planStory);
$this->project->linkStory($projectID, $planStories, $planProducts);
}
if($count != 0) die(js::confirm(sprintf($this->lang->project->haveDraft, $count), $this->createLink('project', 'story', "projectID=$projectID")));
if($count != 0) echo js::alert(sprintf($this->lang->project->haveDraft, $count)) . js::locate($this->createLink('project', 'story', "projectID=$projectID"));
die(js::locate(helper::createLink('project', 'story', 'projectID=' . $projectID), 'parent'));
}