-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove use of Task.InspectionTarget #1362
Conversation
Eddasol
commented
Jan 26, 2024
•
edited
Loading
edited
- Task.InspectionTarget should be removed as it is replaced by Inspection.InspectionTarget, but first existing custom missions needs to be adapted to the change. It will temporary be set to optional to allow removal in custom missions.
- If a task has several inspections with different inspectionTargets, the current solution will display them all with the same task number in the mission map. Improvement for this can be solved as new issue.
🔔 Changes in database folder detected 🔔 |
1c6b603
to
9d2de54
Compare
🔔 Migrations changes detected 🔔 |
d500991
to
a6e39c4
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. It could be good to have error handling if a certain version of ISAR requires an inspectionTarget, but it might also be worthwhile to do this in the respective ISAR implementations.
e85e4da
to
5937760
Compare
5937760
to
5c4c334
Compare
/UpdateDatabase |
👀 Running migration command... 👀 |
✨ Successfully ran migration command! ✨ |