Why this change? We have been seeing tests failures due to errors like ``` Capybara::ElementNotFound: Unable to find css "#topic-footer-button-assign" ``` when running our system tests in CI. However, I can't quite figure out why that is happening and have invested way too much time to do so. Therefore, I'm trying to fix this by closing a topic via the topic timeline controls instead of the footer button instead. |
||
---|---|---|
.github/workflows | ||
app | ||
assets | ||
config | ||
db/migrate | ||
lib | ||
spec | ||
svg-icons | ||
test/javascripts | ||
.discourse-compatibility | ||
.eslintrc | ||
.git-blame-ignore-revs | ||
.gitignore | ||
.prettierrc | ||
.rubocop.yml | ||
.streerc | ||
.template-lintrc.js | ||
Gemfile | ||
Gemfile.lock | ||
README.md | ||
package.json | ||
plugin.rb | ||
translator.yml | ||
yarn.lock |
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