Skip to content

Commit

Permalink
SAM-3135 Groups Select Input not consistent between "Total Scores" (s…
Browse files Browse the repository at this point in the history
…akaiproject#3888)

and"Submission Status" tabs when Assessment released to groups
  • Loading branch information
alejandrogj authored and ern committed Feb 9, 2017
1 parent 4ee59c4 commit b68ad9c
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -160,10 +160,10 @@ public boolean submissionStatus(
log.debug("submissionStatus() :: sortAscending = " + sortAscending);
}

totalScoresBean.setSelectedSectionFilterValue(bean.getSelectedSectionFilterValue());

bean.setPublishedId(publishedId);


totalScoresBean.setSelectedSectionFilterValue(bean.getSelectedSectionFilterValue());

// we are only interested in showing last submissions

List scores = delegate.getLastSubmittedAssessmentGradingList(new Long(publishedId));
Expand Down

0 comments on commit b68ad9c

Please sign in to comment.