+ [task#125051,done,0.1h,0h] Adjust code.

This commit is contained in:
zhaixiaojian
2024-08-15 14:44:48 +08:00
committed by 李阳
parent 3e312e6ce0
commit d22cda4cf0
2 changed files with 3 additions and 1 deletions
+3
View File
@@ -150,6 +150,9 @@ $lang->repo->sourceCommit = 'Commit';
$lang->repo->relations = 'Relations';
$lang->repo->story = 'Story';
$lang->repo->searchTips = 'Search by %s';
$lang->repo->design = 'Design';
$lang->repo->bug = 'Bug';
$lang->repo->task = 'Task';
$lang->repo->title = 'Titre';
$lang->repo->status = 'Statut';
-1
View File
@@ -1900,7 +1900,6 @@ class repoModel extends model
{
foreach($objects[$objectType] as $modelID)
{
$this->loadModel($modelType)->updateLinkedCommits((int)$modelID, $repo->id, $revisions);
}
}