Details
-
Bug
-
Status: Closed
-
High
-
Resolution: Fixed
-
2.01.00m05
-
None
Description
@Override
protected void ok() throws Exception {
JcrNodeModel handle = model.getNodeModel();
while (handle.getParentModel() != null && !handle.getNode().isNodeType(HippoNodeType.NT_HANDLE))
handle.getNode().save();
execute();
((UserSession) Session.get()).getJcrSession().refresh(true);
}