0
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-08-11 02:59:07 +08:00
discourse/plugins/discourse-assign/lib/discourse_assign
Mark VanLandingham 2aaa6a5ca3
FEATURE: Add category-level assignment permissions (#40412)
Previously, assignment permissions only came from the global
`assign_allowed_on_groups` site setting.

This change lets categories grant assignment permission to additional
groups, keeping assignment controls and assignee suggestions scoped to
the relevant category.
2026-06-08 09:59:40 -05:00
..
assignment_permissions.rb FEATURE: Add category-level assignment permissions (#40412) 2026-06-08 09:59:40 -05:00
create_notification.rb
discourse_calendar.rb
engine.rb
group_extension.rb
guardian_extensions.rb FEATURE: Add category-level assignment permissions (#40412) 2026-06-08 09:59:40 -05:00
helpers.rb DEV: Enable Style/RedundantParentheses rubocop rule (#40095) 2026-05-19 15:48:09 +02:00
list_controller_extension.rb
notification_extension.rb
post_extension.rb
topic_extension.rb
user_option_extension.rb
web_hook_extension.rb