You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Frontend uses task.inspectiontarget, backend/isar uses task.inspections[x].inspectiontarget
Suggested solution:
Rewrite all use of task.inspectionTarget to use task.inspections[x].inspectiontarget instead (possibly also make task.inspectionTarget optional to avoid bugs during the removal)
Frontend use of task.inspectionTarget
Mission tasks stored in blobstore having task.inspectionTarget
Remove inspectiontarget from task
To Reproduce
Expected behavior
Screenshots
The text was updated successfully, but these errors were encountered:
Describe the bug
Frontend uses task.inspectiontarget, backend/isar uses task.inspections[x].inspectiontarget
Suggested solution:
To Reproduce
Expected behavior
Screenshots
The text was updated successfully, but these errors were encountered: