This commit is contained in:
chaideqing
2024-01-09 10:30:43 +08:00
parent 24b0ab6f80
commit 87aec3072e
+1
View File
@@ -3529,6 +3529,7 @@ class execution extends control
$this->lang->story->title = str_replace($this->lang->SRCommon, $this->lang->URCommon, $this->lang->story->title);
$this->lang->projectstory->whyNoStories = str_replace($this->lang->SRCommon, $this->lang->URCommon, $this->lang->projectstory->whyNoStories);
$this->lang->execution->linkStory = str_replace($this->lang->SRCommon, $this->lang->URCommon, $this->lang->story->linkStory);
if(isset($this->config->product->search['fields']['stage'])) unset($this->config->product->search['fields']['stage']);
}
/* Build the search form. */