| contentData.setPublishDate(null);
contentData.setPublishUser(null);
}
publish(object);
state.commitWrites();
redirectOnSave("",
"_frame", param(boolean.class, "_frame") ? Boolean.TRUE : null,
"typeId", state.getTypeId(),
"id", state.getId(),
"historyId", null,
|