Skip to content

Commit

Permalink
Give rerun missions unique names
Browse files Browse the repository at this point in the history
  • Loading branch information
andchiind committed Oct 29, 2024
1 parent 66b78b9 commit a355881
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/api/Services/MissionSchedulingService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ private async Task MoveInterruptedMissionsToQueue(IEnumerable<string> interrupte

var newMissionRun = new MissionRun
{
Name = missionRun.Name,
Name = missionRun.Name + " unfinished tasks",
Robot = missionRun.Robot,
MissionRunType = missionRun.MissionRunType,
InstallationCode = missionRun.Area!.Installation.InstallationCode,
Expand Down

0 comments on commit a355881

Please sign in to comment.