* Finish task #74176.

This commit is contained in:
daitingting
2022-11-02 06:30:01 +00:00
parent 16f8d7450b
commit cb90a2e25b
89 changed files with 254 additions and 267 deletions
+2 -2
View File
@@ -894,7 +894,7 @@ class customModel extends model
$this->user->updateUserView($executionPairs, 'sprint');
}
$changes = common::createChanges($project, $data);
$actionID = $this->action->create('project', $project->id, 'SwitchToLean');
$actionID = $this->action->create('project', $project->id, 'SwitchToLight');
$this->action->logHistory($actionID, $changes);
}
}
@@ -910,7 +910,7 @@ class customModel extends model
public function disableFeaturesByMode($mode)
{
$disabledFeatures = '';
if($mode == 'lean')
if($mode == 'light')
{
foreach($this->config->custom->features as $feature)
{