Skip to content

Commit 3e28508

Browse files
authored
BUGFIX: Process Flow (#165)
1 parent c2feda7 commit 3e28508

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/z2ui5_cl_demo_app_091.clas.abap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ CLASS Z2UI5_CL_DEMO_APP_091 IMPLEMENTATION.
129129
nodepress = client->_event( val = `NODE_PRESS` )
130130
nodes = client->_bind_edit( mt_nodes )
131131
lanes = client->_bind_edit( mt_lanes )
132-
)->nodes(
132+
)->nodes( ns = `commons`
133133
)->process_flow_node(
134134
laneid = `{LANE}`
135135
nodeid = `{ID}`

0 commit comments

Comments
 (0)