Procedure Roadmap: timeline dates no longer clickable (regression — can't change trigger/dates anymore) #59
Reference in New Issue
Block a user
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?
Trigger
m 2026-05-20 14:09:
High priority — m flagged this as 'most importantly'. Clicking on dates in the Procedure Roadmap (
/tools/verfahrensablauf→ after picking a proceeding type) does nothing; the dates are stuck.What's likely wrong
A click handler on the timeline date cell got dropped or never re-wired after one of the recent verfahrensablauf changes (mig 098-105 sequence, or the notes-toggle / track-aware-sequence Slice 2 commits, or the inline-edit slice from earlier). Frontend code path:
frontend/src/verfahrensablauf.tsx+frontend/src/client/verfahrensablauf.ts+frontend/src/client/views/verfahrensablauf-core.ts.What to do
/tools/verfahrensablauflocally, pick a proceeding type with a trigger date (e.g. UPC infringement with SoC), click a date cell — should open a date picker / inline editor.Acceptance
faaa98c-equivalent, now merged at6c7e9ef).Role
coder direct + fixer mindset — bug regression, find the broken handler, restore. Likely small but priority. Group with other UI items but mark as priority within the batch.
Fix in aa435e5 — PR #64. Per-rule date cells on /tools/verfahrensablauf were never wired for click-to-edit (the affordance existed on /tools/fristenrechner but t-paliad-179's split surface skipped it). Lifted
openInlineDateEditor+wireDateEditClicksintoviews/verfahrensablauf-core.tsso both pages share one implementation; wired anchorOverrides +editable: true+ delegated click handler on verfahrensablauf.ts. Regression test pins the editable→data-rule-codecontract.Not smoke-tested in a browser (sandbox has no Supabase auth env); the wiring is byte-identical to the proven fristenrechner path. Please flick a date on staging before merge.
Notes-toggle (
Hinweise anzeigen) behaviour preserved.Shipped via darwin on
mai/darwin/*— merged into main; commit https://mgit.msbls.de/m/paliad/commit/aa435e5. Live after next Dokploy deploy.