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

Former-commit-id: 5db798c518
pull/2/head
jensp 2018-02-19 13:46:28 +00:00
parent f0e3f25b0b
commit 7c64d53ffc
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();
if (panel != null) {
panel.setNextStepKey(step.getClass().getName());
panel.setNextStepKey(key);
}
panel = new StepComponent(compClassName);
stepsContainer.add(panel);