Skip to content

Commit

Permalink
Merge pull request znick#354 from bcskda/CST-22
Browse files Browse the repository at this point in the history
CST-22 Update reviewboard to release-3.0.20
  • Loading branch information
znick authored Mar 13, 2021
2 parents 9fb7987 + 71952b4 commit bbb183a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions anytask/anyrb/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,8 @@ def upload_review(self):
description=description,
description_text_type='markdown',
target=settings.RB_API_USERNAME, public=True,
target_groups='teachers_{0}'.format(issue.task.course.pk),
target_people=issue.student.username
)
return review_request.id

Expand Down

0 comments on commit bbb183a

Please sign in to comment.