Skip to content

Commit

Permalink
SAK-42371 Saving rubric comment triggers draft save. (sakaiproject#8935)
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianfish authored Jan 6, 2021
1 parent a16ad15 commit b9e71b6
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,8 @@ export class SakaiRubricGrading extends RubricsElement {
c.comments = e.detail.value;
}
});

this._dispatchRatingChanged(this.criteria, 1);
}

calculateTotalPointsFromCriteria() {
Expand Down

0 comments on commit b9e71b6

Please sign in to comment.