* Code for story file name.

This commit is contained in:
sunguangming
2024-05-20 11:03:44 +08:00
parent 8b53d94ba3
commit 3249d450da
+3 -1
View File
@@ -1817,7 +1817,9 @@ class story extends control
$this->story->replaceURLang($storyType);
$fileName = $storyType == 'requirement' ? $this->lang->URCommon : $this->lang->SRCommon;
$fileName = $this->lang->SRCommon;
if($storyType == 'requirement') $fileName = $this->lang->URCommon;
if($storyType == 'epic') $fileName = $this->lang->ERCommon;
$project = null;
if($executionID)
{