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-94f89814c4dfpull/2/head
parent
460faa5499
commit
a211f2615e
|
|
@ -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);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue