Skip to content

Commit

Permalink
Fixing issue with vanishing element groups when new elements have been
Browse files Browse the repository at this point in the history
added.
  • Loading branch information
tHerrmann committed Feb 20, 2014
1 parent 6b3ceab commit 2875f2c
Showing 1 changed file with 5 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2334,12 +2334,11 @@ public void setDndController(CmsCompositeDNDController dnd) {
*/
public void setPageChanged(Runnable... nextActions) {

// the container page will be saved immediately
m_pageChanged = true;
saveContainerpage(nextActions);
// if (!hasPageChanged()) {
// setPageChanged(true, false);
// }
if (!isGroupcontainerEditing()) {
// the container page will be saved immediately
m_pageChanged = true;
saveContainerpage(nextActions);
}
}

/**
Expand Down

0 comments on commit 2875f2c

Please sign in to comment.