diff --git a/backend/static/event-modal.js b/backend/static/event-modal.js index cf32f7f..b41d961 100644 --- a/backend/static/event-modal.js +++ b/backend/static/event-modal.js @@ -109,7 +109,10 @@ function _renderUserNotes(s) { // The "user notes" metadata the operator typed into the BW device. // These are the strings the future metadata-driven parser will use. - const p = s.user_notes || {}; + // NOTE: SFM's sidecar JSON still names this block `project_info` — + // we render it as "User Notes" (the actual BW term) but read the + // field by its SFM-API name. Rename in SFM is a future cleanup. + const p = s.project_info || {}; return `