Yellow Theme

Next start · October 2026

Notes / 12

2026-09-13

The form does not name the package

The form posted the label it showed. The agreement printed that string.

Thesis: The browser posts an id. A known id maps to the label on the server. A title the browser also sent is ignored.

What we tried first

The dropdown already had a human name. We posted that name with the form. A changed title in the same request became the title on the agreement. The id was in the body. We did not use it for the label.

The working shape

The id is the boundary, not the label the page showed.

POST { id, title }
known id → server label
client title → ignored

Checklist

Related: a retry has to return the first answer. How we deliver: methodology.

Engineering commentary only — not audit, legal, or certification advice.