* fix bug meeting

This commit is contained in:
lanzongjun
2022-09-23 17:25:45 +08:00
parent a478be994f
commit 905a71ddf7
12 changed files with 39 additions and 12 deletions
+11 -4
View File
@@ -580,10 +580,14 @@ class project extends control
{
$this->lang->project->aclList = $this->lang->project->kanbanAclList;
$this->lang->project->subAclList = $this->lang->project->kanbanSubAclList;
$this->lang->project->noSprint = $this->lang->project->kanban;
}
if($model == 'scrum')
$sprintConcept = empty($this->config->custom->sprintConcept) ?
$this->config->executionCommonList[$this->app->getClientLang()][0] :
$this->config->executionCommonList[$this->app->getClientLang()][1];
$this->lang->project->noSprint = sprintf($this->lang->project->noSprint,$sprintConcept);
if(common::checkNotCN())
{
$this->lang->project->noSprint = empty($this->config->custom->sprintConcept) ?
$this->config->executionCommonList[$this->app->getClientLang()][0] :
@@ -736,9 +740,12 @@ class project extends control
if($project->model != 'kanban') $canChangeModel = $this->project->checkCanChangeModel($projectID, $project->model);
if($project->model == 'kanban') $this->lang->project->noSprint = $this->lang->project->kanban;
$sprintConcept = empty($this->config->custom->sprintConcept) ?
$this->config->executionCommonList[$this->app->getClientLang()][0] :
$this->config->executionCommonList[$this->app->getClientLang()][1];
if($project->model == 'scrum')
$this->lang->project->noSprint = sprintf($this->lang->project->noSprint,$sprintConcept);
if(common::checkNotCN())
{
$this->lang->project->noSprint = empty($this->config->custom->sprintConcept) ?
$this->config->executionCommonList[$this->app->getClientLang()][0] :