| Auto-Submit | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
| Commit-Queue | +2 |
Shame that `"$comment"` didn't work. Especially if we _do_ want to spec how this input schema should look, I don't think we should mess with the `description` field long term---it's the author's "space".
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Shame that `"$comment"` didn't work. Especially if we _do_ want to spec how this input schema should look, I don't think we should mess with the `description` field long term---it's the author's "space".
+1. +adrian for comment on this. If we can get $comment un-filtered in the model input, I definitely agree with moving this to there.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Add more context for dates, plus better validation error message
It was previously common for dates to be passed in as 'MM/DD/YYYY' when
dates for HTML input elements must always be 'YYYY-MM-DD'. This CL adds
that bit of context to the description for date fields, and and also
adds a little more detail to the validation error message, so that the
agent might be able to correct errors more easily.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |