Both handlers were missing the mandatory ParseForm call before reading PostFormValue. This caused gorilla/csrf (which reads the body for CSRF token validation) to consume the body, leaving PostFormValue to return empty strings. TaskReorderHandler was used as the correct reference. Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| auth | ||
| db | ||
| files | ||
| session | ||
| tablos | ||
| tasks | ||
| web | ||