// signal correct completion and tell if changes were made or not.
return hasChanges ? StepsMainRunController.DONE_MODIFIED : StepsMainRunController.DONE_UNCHANGED;
}
};
publishStepsController = new StepsMainRunController(ureq, getWindowControl(), start, finish, null, translate("publish.wizard.title") );
listenTo(publishStepsController);
getWindowControl().pushAsModalDialog(publishStepsController.getInitialComponent());
} else if (event.getCommand().equals(CMD_COURSEPREVIEW)) {
previewController = new PreviewConfigController(ureq, getWindowControl(), course);