Plugin for assigning users to a topic
Go to file
Joffrey JAFFEUX 7dd33d299d
DEV: ensure bulk action is done before checking for result (#602)
We were sometimes visiting latest before the request happens, the solution is to wait for the modal to have automatically closed as it indicates the request has finished and the state should be the one we expect.
2024-11-12 07:45:02 +09:00
.github/workflows DEV: Update CI workflows (#424) 2023-01-10 18:03:19 +00:00
app FIX: Respect pending_assign_reminder_threshold in enqueue_reminders (#572) 2024-05-10 14:49:35 -05:00
assets DEV: Remove unused mobile hbs templates (#600) 2024-11-04 22:50:39 +00:00
config Update translations (#588) 2024-08-14 08:10:02 +02:00
db/migrate DEV: Promote historical post-deploy migrations (#583) 2024-07-30 01:10:41 +08:00
lib FEATURE: Add modifier to assigned count (#598) 2024-10-30 11:04:37 -03:00
spec DEV: ensure bulk action is done before checking for result (#602) 2024-11-12 07:45:02 +09:00
svg-icons UX: improve custom icons for group assign (#441) 2023-02-13 17:19:25 -05:00
test/javascripts DEV: Fixup bulk assigment specs (#582) 2024-07-23 15:04:36 +10:00
.discourse-compatibility DEV: Update topic-notifications-button mod (#595) 2024-10-21 16:56:38 +02:00
.eslintrc.cjs DEV: Use `@discourse/lint-configs` (#517) 2023-10-23 12:08:11 +02:00
.git-blame-ignore-revs DEV: Ignore stree commit from git blame 2022-07-27 13:48:51 -03:00
.gitignore DEV: Use `@discourse/lint-configs` (#517) 2023-10-23 12:08:11 +02:00
.npmrc DEV: Switch to use pnpm (#594) 2024-10-14 13:37:54 +02:00
.prettierrc.cjs DEV: Use `@discourse/lint-configs` (#517) 2023-10-23 12:08:11 +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.cjs DEV: Update linting (#534) 2023-11-29 23:02:00 +01:00
Gemfile DEV: Bump rubocop-discourse and correct violations (#409) 2022-12-23 19:55:31 +00:00
Gemfile.lock Build(deps-dev): Bump rexml from 3.3.6 to 3.3.9 (#597) 2024-10-28 20:41:00 +01:00
LICENSE Update LICENSE (#529) 2023-11-15 20:11:33 +01:00
README.md DEV: Modernization/cleanup (#480) 2023-06-22 10:06:37 +02:00
package.json DEV: Switch to use pnpm (#594) 2024-10-14 13:37:54 +02:00
plugin.rb FIX: If a group is deleted also remove assignments (#592) 2024-09-10 14:05:48 -06:00
pnpm-lock.yaml DEV: Switch to use pnpm (#594) 2024-10-14 13:37:54 +02:00
translator.yml DEV: Switch from Transifex to Crowdin 2020-07-16 14:00:20 +02: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