Skip to content

Commit

Permalink
Remove 'unfinished tasks' from mission name
Browse files Browse the repository at this point in the history
  • Loading branch information
mrica-equinor committed Oct 31, 2024
1 parent 0b57e9b commit 640080f
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 @@ -393,7 +393,7 @@ private async Task MoveInterruptedMissionsToQueue(IEnumerable<string> interrupte

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

0 comments on commit 640080f

Please sign in to comment.