Skip to content

Commit b5f79d3

Browse files
authored
fix navigation (#201)
1 parent e923958 commit b5f79d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/z2ui5_cl_demo_app_128.clas.abap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ CLASS z2ui5_cl_demo_app_128 IMPLEMENTATION.
6262
text = 'go to app 127'
6363
press = client->_event_client(
6464
val = client->cs_event-cross_app_nav_to_ext
65-
t_arg = VALUE #( ( `{ semanticObject: "Z2UI5_CL_DEMO_APP_127", action: "display " }` ) ( `{ ProductID : "123234" }`) )
65+
t_arg = VALUE #( ( `{ semanticObject: "Z2UI5_CL_DEMO_APP_127", action: "display" }` ) ( `{ ProductID : "123234" }`) )
6666
)
6767
)->stringify( ) ).
6868

0 commit comments

Comments
 (0)