Files
TREK/client
jubnl 2c0c6aad83 fix(planner): remove correct assignment when place assigned to same day multiple times
When a place was assigned to the same day more than once, the "Remove from day"
button in PlaceInspector always deleted the first assignment (Array.find on
place.id) instead of the currently selected one. Now prefers selectedAssignmentId
when available.

Fixes #1005
2026-05-15 21:57:50 +02:00
..
2026-05-06 21:38:40 +02:00