mirror of
https://github.com/discourse/discourse.git
synced 2026-08-06 07:23:30 +08:00
## 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> |
||
|---|---|---|
| .. | ||
| app | ||
| assets | ||
| config | ||
| db/migrate | ||
| lib | ||
| spec | ||
| svg-icons | ||
| test/javascripts | ||
| package.json | ||
| plugin.rb | ||
| README.md | ||
| tsconfig.json | ||
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