Skip to content

Commit

Permalink
update nav sample (#471)
Browse files Browse the repository at this point in the history
  • Loading branch information
oblomov-dev authored Dec 18, 2024
1 parent 369b0f2 commit 3881df4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/z2ui5_cl_demo_app_322.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ CLASS z2ui5_cl_demo_app_322 IMPLEMENTATION.
press = client->_event( val = 'BUTTON_POST' )
)->button(
text = 'back'
press = client->_event( val = 'BUTTON_BACK' )
press = client->_event_client( 'HISTORY_BACK' )
)->stringify( ) ).

client->set_push_state( ).
Expand Down

0 comments on commit 3881df4

Please sign in to comment.