fix: remove duplicate Jersey section in data-driven path #47

Merged
forgejo_admin merged 1 commit from fix-duplicate-jersey into main 2026-04-05 17:39:56 +00:00
Contributor

Summary

Jersey rendered twice on data-driven contracts — once hardcoded, once from sections loop. Remove the hardcoded one.

Changes

  • Remove lines 226-228 (hardcoded Jersey StaticSection in data-driven block)
  • config.sections.jersey + config.static_content.jersey handles it via the loop

Test Plan

  • 38/38 tests pass
  • Manual: Kelsie's contract — single Jersey section

Review Checklist

  • 4 lines deleted, nothing else touched
## Summary Jersey rendered twice on data-driven contracts — once hardcoded, once from sections loop. Remove the hardcoded one. ## Changes - Remove lines 226-228 (hardcoded Jersey StaticSection in data-driven block) - `config.sections.jersey` + `config.static_content.jersey` handles it via the loop ## Test Plan - [x] 38/38 tests pass - [ ] Manual: Kelsie's contract — single Jersey section ## Review Checklist - [x] 4 lines deleted, nothing else touched ## Related Notes - Fixes #37
Jersey was rendered twice: once hardcoded in the data-driven block,
once from config.sections/static_content loop. Remove the hardcoded
one — the loop handles it.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
forgejo_admin deleted branch fix-duplicate-jersey 2026-04-05 17:39:56 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
ldraney/westside-contracts!47
No description provided.