Plugin for assigning users to a topic
Go to file
Jan Cernik a7df68b9c2
FIX: System tests failing due to assignee chooser (#430)
Since now the assignee chooser opens automatically, clicking on it was causing it to close
2023-01-17 09:55:21 -03:00
.github/workflows DEV: Update CI workflows (#424) 2023-01-10 18:03:19 +00:00
app FEATURE: Show user status when search assignees (#426) 2023-01-12 22:31:48 +02:00
assets FIX: Broken posts when assigning a closed topic (#425) 2023-01-17 08:09:35 -03:00
config Update translations (#423) 2023-01-10 20:53:45 +01:00
db/migrate DEV: Promote historic post_deploy migrations (#402) 2022-12-19 17:28:09 +02:00
jobs DEV: Add assignment ID to assign notification data (#365) 2022-08-11 06:43:49 +03:00
lib FIX: Broken posts when assigning a closed topic (#425) 2023-01-17 08:09:35 -03:00
spec FIX: System tests failing due to assignee chooser (#430) 2023-01-17 09:55:21 -03:00
svg-icons FIX: correct group icons and notification message (#193) 2021-08-31 08:17:43 +10:00
test/javascripts UX: Improve assign modal design (#403) 2022-12-21 14:49:24 +02:00
.discourse-compatibility FEATURE: Add assigns tab to the experimental user menu (#366) 2022-08-17 11:57:15 +03:00
.eslintrc DEV: apply coding standards (#109) 2020-09-04 13:24:23 +02:00
.git-blame-ignore-revs DEV: Ignore stree commit from git blame 2022-07-27 13:48:51 -03:00
.gitignore DEV: Move to rubocop-discourse. 2020-05-06 17:48:30 +02:00
.prettierrc DEV: Post-release cleanup (#163) 2021-06-28 17:37:27 +02:00
.rubocop.yml DEV: Introduce syntax_tree for ruby formatting (#408) 2022-12-23 20:35:55 +00:00
.streerc DEV: Introduce syntax_tree for ruby formatting (#408) 2022-12-23 20:35:55 +00:00
.template-lintrc.js DEV: Apply prettier 2020-09-09 18:41:42 +01:00
Gemfile DEV: Bump rubocop-discourse and correct violations (#409) 2022-12-23 19:55:31 +00:00
Gemfile.lock DEV: Introduce syntax_tree for ruby formatting (#411) 2022-12-29 13:30:03 +01:00
README.md DEV: Update README.md (#294) 2022-02-21 21:05:57 +01:00
package.json Bump eslint-config-discourse from 1.1.8 to 3.3.0 (#397) 2022-11-29 00:20:48 +01:00
plugin.rb DEV: Ruby 3.1 compat (#406) 2022-12-20 23:17:15 -03:00
translator.yml DEV: Switch from Transifex to Crowdin 2020-07-16 14:00:20 +02:00
yarn.lock DEV: Update eslint-config-discourse, use prettier for hbs (#414) 2023-01-04 13:34:49 +01:00

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