Skip to content

Commit 2637cec

Browse files
fix hard coding (#214)
1 parent c75cd6d commit 2637cec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/z2ui5_cl_demo_app_202.clas.abap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ CLASS Z2UI5_CL_DEMO_APP_202 IMPLEMENTATION.
2828

2929
lr_view->_generic( name = `script` ns = `html` )->_cc_plain_xml( `sap.z2ui5.decideNextStep = (stepId, nextStepId) => {debugger;` && |\n| &&
3030
` var wiz = sap.z2ui5.oView.byId('wiz');` && |\n| &&
31-
` wiz.discardProgress(sap.z2ui5.oView.byId('STEP2'));` && |\n| &&
31+
` wiz.discardProgress(sap.z2ui5.oView.byId(stepId));` && |\n| &&
3232
` var step = sap.z2ui5.oView.byId(stepId);` && |\n| &&
3333
` var nextStep = sap.z2ui5.oView.byId(nextStepId);` && |\n| &&
3434
` step.setNextStep(nextStep);` && |\n| &&

0 commit comments

Comments
 (0)