Skip to content

Commit

Permalink
update launchpad apps
Browse files Browse the repository at this point in the history
  • Loading branch information
oblomov-dev committed Mar 8, 2024
1 parent 1479301 commit b5220b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/z2ui5_cl_demo_app_000.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -863,7 +863,7 @@ class = 'sapUiTinyMarginEnd sapUiTinyMarginBottom'
).

panel->generic_tile(
header = 'Camera & Picture'
header = 'Launchpad I'
subheader = `App Navigation & Parameters`
press = client->_event( 'z2ui5_cl_demo_app_127' )
mode = 'LineMode'
Expand Down
2 changes: 1 addition & 1 deletion src/z2ui5_cl_demo_app_127.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ CLASS z2ui5_cl_demo_app_127 IMPLEMENTATION.
client->view_display( view->shell(
)->page(
showheader = xsdbool( abap_false = client->get( )-check_launchpad_active )
title = 'abap2UI5 - Cross App Navigation App 127'
title = 'abap2UI5 - Cross App Navigation App 127 - This App only works when started via Launchpad'
navbuttonpress = client->_event( val = 'BACK' )
shownavbutton = xsdbool( client->get( )-s_draft-id_prev_app_stack IS NOT INITIAL )
)->header_content(
Expand Down

0 comments on commit b5220b9

Please sign in to comment.