discourse/plugins/discourse-assign
Sérgio Saquetim 725bd65dfe
DEV: Enhance discourse-assign data tracking for components (#33625)
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.
2025-07-16 09:38:03 -03:00
..
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