Skip to content
Snippets Groups Projects
Commit 1807c3b6 authored by Daniel Haag's avatar Daniel Haag
Browse files

OPENOLAT-18: in PublishStep00 set PublishStep00a as the next.

parent 14f01f40
No related branches found
No related tags found
No related merge requests found
...@@ -99,7 +99,8 @@ class PublishStep00 extends BasicStep { ...@@ -99,7 +99,8 @@ class PublishStep00 extends BasicStep {
setI18nTitleAndDescr("publish.header", null); setI18nTitleAndDescr("publish.header", null);
// proceed with direct access as next step. // proceed with direct access as next step.
setNextStep(new PublishStep01(ureq, course, hasPublishableChanges, hasCatalog)); //setNextStep(new PublishStep01(ureq, course, hasPublishableChanges, hasCatalog));
setNextStep(new PublishStep00a(ureq));
} }
/** /**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment