KEMINI - resetting an experiment does not allow re-run #8
Labels
No labels
AI Generated
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
ksp/NehemiahEngineeringOrbitalScience#8
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Actual: If an experiment is reset, it disappears.
Expect: experiment to be available for a re-run after reset.
TODO: Work out how to capture "reset" button click in KSP and hook logic onto that.
Just found this which could be interesting:
And just worked this out (Found some code giving me the start here). Now we can disable the "Reset" button. Presumably we can also hook into the onButtonPressed event and do other stuff.
(Hooking into onButton: replace the event with our own callback, and then optionally call the original one)
Fixed by disabling the Reset button instead of allowing reset.