CCM NG: Weiterleitung zum nächsten EditStep funktioniert nicht (#2743)

git-svn-id: https://svn.libreccm.org/ccm/ccm_ng@5300 8810af33-2d31-482b-a856-94f89814c4df
ccm-docs
jensp 2018-02-19 13:46:28 +00:00
parent 3da49c1ff1
commit ffdd425748
1 changed files with 1 additions and 1 deletions

View File

@ -264,7 +264,7 @@ public class AuthoringKitWizard extends LayoutPanel implements Resettable {
final String compClassName = componentClass.getName(); final String compClassName = componentClass.getName();
if (panel != null) { if (panel != null) {
panel.setNextStepKey(step.getClass().getName()); panel.setNextStepKey(key);
} }
panel = new StepComponent(compClassName); panel = new StepComponent(compClassName);
stepsContainer.add(panel); stepsContainer.add(panel);