Skip to content

Commit

Permalink
SAK-34039 refresh chart when grading schema type changes (sakaiprojec…
Browse files Browse the repository at this point in the history
  • Loading branch information
steveswinsburg authored Apr 10, 2018
1 parent a48719f commit b3057f3
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,9 @@ protected void onUpdate(final AjaxRequestTarget target) {
SettingsGradingSchemaPanel.this.schemaModifiedFromDefault = isModified();
SettingsGradingSchemaPanel.this.modifiedSchema.setVisible(SettingsGradingSchemaPanel.this.schemaModifiedFromDefault);
target.add(SettingsGradingSchemaPanel.this.modifiedSchema);

// refresh chart
refreshCourseGradeChart(target);
}
});

Expand Down

0 comments on commit b3057f3

Please sign in to comment.