0
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-08-05 13:42:12 +08:00
discourse/plugins/discourse-assign
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
..
app FIX: Resolve groups when bulk assigning topics (#41867) 2026-07-21 16:18:58 +02:00
assets UX: update inline assign button to btn-transparent (#42085) 2026-07-28 12:08:38 +02:00
config FIX: Validate assignment note length against max_post_length (#42231) 2026-07-31 13:34:48 -05:00
db/migrate DEV: Skip backfill INSERTs in old migrations on fresh installs (#39976) 2026-05-13 13:59:28 +01:00
lib FIX: Validate assignment note length against max_post_length (#42231) 2026-07-31 13:34:48 -05:00
spec FIX: Validate assignment note length against max_post_length (#42231) 2026-07-31 13:34:48 -05:00
svg-icons
test/javascripts FIX: Resolve groups when bulk assigning topics (#41867) 2026-07-21 16:18:58 +02:00
package.json DEV: Add a script for generating external types in discourse-types (#37095) 2026-03-09 20:37:43 +01:00
plugin.rb FIX: Resolve groups when bulk assigning topics (#41867) 2026-07-21 16:18:58 +02:00
README.md
tsconfig.json DEV: Add a script for generating external types in discourse-types (#37095) 2026-03-09 20:37:43 +01:00

Assign Plugin

Allows you to assign topics and individual posts (both private and public) to a user or group.

For more information, please see: https://meta.discourse.org/t/discourse-assign/58044