23-Feb-2026 — add configurable walk validation and config admin UI, enable editing of walk manager sy... #161

build 488commit ff6fa48


What Changed for Users

1. Walk Editing for Walk Manager Sync Events (closes #161)

Walk administrators can now edit walks imported from Walk Manager, not just locally created walks. This was the primary gap blocking corrections to imported data such as incorrect map locations.

2. Smarter Walk Leader Matching (secondary improvement)

Leader matching now uses stronger rules across prior mappings, email, phone, full name, and abbreviated-name patterns. When a leader is matched, contact email, phone, and display values are populated from member admin data automatically. Match confidence and source are shown clearly in the rematch banner.

3. Correct Email-vs-URL Contact Link Behaviour

Leader contact links now resolve by type:

4. Save Robustness for Null Parent Objects

Fixed save failures where nested fields (e.g. venue/image config subfields) had null parent objects, preventing backend errors such as: Cannot create field ... in element ... null. Normalisation now runs in one pass, reducing save, reopen, save again loops.

5. Walk Configuration Admin UI with Configurable Validation

A new multi-tab Walk Configuration page is available at /walks/admin/config, replacing the previous Meetup Settings panel in the walks admin panel.

Verification

Targeted tests and compile checks were run for updated editing paths, leader matching, contact action correctness, save consistency, and walk config UI.