Skip to content

Commit

Permalink
Merge pull request #123 from 397419/add-description
Browse files Browse the repository at this point in the history
Update ConfigService.cs,解决同步环境时Description没有同步过去的bug
  • Loading branch information
kklldog authored Feb 19, 2023
2 parents 169659d + f2f92e1 commit 748cf24
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions AgileConfig.Server.Service/ConfigService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -806,6 +806,7 @@ public async Task<bool> EnvSync(string appId, string currentEnv, List<string> to
}

envConfig.OnlineStatus = OnlineStatus.WaitPublish;
envConfig.Description = currentEnvConfig.Description;
updateRanges.Add(envConfig);
}
}
Expand Down

0 comments on commit 748cf24

Please sign in to comment.