Skip to content

Commit

Permalink
SAK-40085 - Loss of information when a student add content in student…
Browse files Browse the repository at this point in the history
  • Loading branch information
jonespm authored Jul 23, 2018
1 parent 7768cd2 commit 3a0fbea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1734,7 +1734,7 @@ private SimplePageItem appendItem(String id, String name, int type) {
continue;
}
}
if (after) {
if (after && item.getPageId() >= 0) {
item.setSequence(item.getSequence() + 1);
simplePageToolDao.quickUpdate(item);
}
Expand Down

0 comments on commit 3a0fbea

Please sign in to comment.