mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-12 08:38:14 +08:00
Replaced legacy assignment updates with `@tracked` properties for reactive state management in `Discourse Assign` plugin. Updated methods for modifying assignment-related properties (`assigned_to_user`, `assigned_to_group`, etc.) and ensured compatibility with Glimmer's reactive model. Also, improved test coverage by parameterizing tests to run with `glimmer_post_stream_mode` both enabled and disabled, ensuring consistent behavior across configurations. |
||
|---|---|---|
| .. | ||
| app | ||
| assets | ||
| config | ||
| db/migrate | ||
| lib | ||
| spec | ||
| svg-icons | ||
| test/javascripts | ||
| plugin.rb | ||
| README.md | ||
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