0
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-08-06 13:08:40 +08:00
discourse/plugins/discourse-assign/config
Isaac Janzen b1e2342388
FIX: Validate assignment note length against max_post_length (#42231)
## Summary

Assignment notes longer than the configured maximum post length are now
rejected server-side before persistence. The guard in `Assigner` returns
a clear error message and prevents the oversized note from being stored
on the assignment or appearing in the moderator tracking post,
maintaining the expected content boundary across the JSON API and bulk
assignment endpoints.

## Source

- Patch Triage: https://patch.discourse.org/patch-triage/1574

Co-authored-by: discourse-patch-triage
<272280883+discourse-patch-triage[bot]@users.noreply.github.com>
2026-07-31 13:34:48 -05:00
..
locales FIX: Validate assignment note length against max_post_length (#42231) 2026-07-31 13:34:48 -05:00
routes.rb DEV: Clean up scope resolution operators in plugins (#34979) 2025-09-30 14:36:34 +02:00
settings.yml DEV: Skip backfill INSERTs in old migrations on fresh installs (#39976) 2026-05-13 13:59:28 +01:00