Skip to content

Commit

Permalink
SAM-3161: 'Save and publish the assessment' button is disabled (sakai…
Browse files Browse the repository at this point in the history
  • Loading branch information
raulsv authored and ern committed Mar 2, 2017
1 parent 06cd10e commit 4cdff4c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -781,7 +781,7 @@ public int getQuestionSize(final Long assessmentId) {

List<Number> size = getHibernateTemplate().execute(hcb);
if (!size.isEmpty()) {
size.get(0).intValue();
return size.get(0).intValue();
}
return 0;
}
Expand Down

0 comments on commit 4cdff4c

Please sign in to comment.