Overview
Artifact ID: | b2cdc5ff8445fd8670159f89da7b615936fbde325a7c790792096529ee92e0c7 |
---|---|
Ticket: | 50ce6816555ba1e2b3b328e2ca5326d62e1b20ec
VIP/sage doesn't work as intended |
User & Date: | ben on 2023-09-09 09:01:59 |
Changes
- foundin changed to: "d00835b8b8"
- icomment:
There are some counter-intuitive discrepancies between HTTP and the final Sexp: > If a checkbox is unchecked when its form is submitted, neither the name nor the value is submitted to the server see [this MDN page](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/checkbox) * When it's checked, a query parameter `vip=on` is added to the query string and the dotted pair `(vip . #f)` should be added to the sexp serialization of the post * when it's unchecked, the query parameter `vip` is absent from the query string and the dotted pair `(vip . #t)` should be added to the sexp serialization of the post
- login: "ben"
- mimetype: "text/x-markdown"
- private_contact changed to: "fd6b5e871039040aff0f8b6ff2e37bc9cfc926fe"
- severity changed to: "Minor"
- status changed to: "Open"
- title changed to: "VIP/sage doesn't work as intended"
- type changed to: "Code_Defect"