prop/lib/microwaveprop_web/live/rover_planning_live
Graham McIntire 1d4b2aeedb
fix(rover-planning): edit-mode remove_station deletes only the targeted row
Clicking the trash icon on a stationary station in :edit mode before
any other phx-change had fired emptied the form's stations params,
which combined with cast_assoc(on_replace: :delete) wiped EVERY
existing station instead of just the one the user clicked. Fall back
to rebuilding the params from the persisted mission's stations when
the form's current params don't already carry them, then delete only
the targeted index.
2026-05-03 14:11:38 -05:00
..
form.ex fix(rover-planning): edit-mode remove_station deletes only the targeted row 2026-05-03 14:11:38 -05:00
show.ex feat(rover-planning): multi-band missions + smart reconcile 2026-05-03 14:08:49 -05:00