Skip to content

Commit

Permalink
SAK-41056 Reload existing modal window in gradebook (sakaiproject#6374)
Browse files Browse the repository at this point in the history
  • Loading branch information
bgarciaentornos authored and ern committed Dec 11, 2018
1 parent 7b8cc8a commit 05c1fd1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ public void onBeforeRender() {
}

this.rubricStudentWindow = new GbModalWindow("rubricStudentWindow");
add(this.rubricStudentWindow);
addOrReplace(this.rubricStudentWindow);

final WebMarkupContainer toggleActions = new WebMarkupContainer("toggleActions");
toggleActions.setVisible(categoriesEnabled);
Expand Down

0 comments on commit 05c1fd1

Please sign in to comment.