Skip to content

Commit

Permalink
BUGFIX: Process Flow (#165)
Browse files Browse the repository at this point in the history
  • Loading branch information
axelmohnen authored Apr 17, 2024
1 parent c2feda7 commit 3e28508
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/z2ui5_cl_demo_app_091.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ CLASS Z2UI5_CL_DEMO_APP_091 IMPLEMENTATION.
nodepress = client->_event( val = `NODE_PRESS` )
nodes = client->_bind_edit( mt_nodes )
lanes = client->_bind_edit( mt_lanes )
)->nodes(
)->nodes( ns = `commons`
)->process_flow_node(
laneid = `{LANE}`
nodeid = `{ID}`
Expand Down

0 comments on commit 3e28508

Please sign in to comment.