Skip to content

Commit

Permalink
Use isarInspectionId instead of isarTaskId in frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
tsundvoll committed Jan 8, 2025
1 parent 102861c commit 0f213db
Show file tree
Hide file tree
Showing 5 changed files with 1,500 additions and 699 deletions.
2 changes: 2 additions & 0 deletions backend/api/Database/Models/MissionTask.cs
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,8 @@ public MissionTask(MissionTask copy, TaskStatus? status = null)
// ReSharper disable once AutoPropertyCanBeMadeGetOnly.Local
public string? IsarTaskId { get; set; } = Guid.NewGuid().ToString();

// TODO: Add the IsarInspectionId here

[Required]
public int TaskOrder { get; set; }

Expand Down
Loading

0 comments on commit 0f213db

Please sign in to comment.