Skip to content

Commit

Permalink
Merge pull request #1154 from dradis/fix/qa-comments
Browse files Browse the repository at this point in the history
Fix QA comments
  • Loading branch information
MattBudz authored May 31, 2023
2 parents 7541234 + 46b9bc6 commit 97ed096
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
- Upgraded gems:
- bootstrap, popper_js, simple_form
- Bugs fixes:
- QA: Redirect to correct view when changing states on QA edit views
- QA:
- Enable @mentions and formatting toolbar for comments in QA show views
- Redirect to correct view when changing states on QA edit views
- Bug tracker items:
- [item]
- New integrations:
Expand Down
1 change: 1 addition & 0 deletions app/controllers/qa/issues_controller.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
class QA::IssuesController < AuthenticatedController
include ActivityTracking
include LiquidEnabledResource
include Mentioned
include ProjectScoped

before_action :set_issues
Expand Down

0 comments on commit 97ed096

Please sign in to comment.