Skip to content

Commit b5220b9

Browse files
committed
update launchpad apps
1 parent 1479301 commit b5220b9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/z2ui5_cl_demo_app_000.clas.abap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -863,7 +863,7 @@ class = 'sapUiTinyMarginEnd sapUiTinyMarginBottom'
863863
).
864864

865865
panel->generic_tile(
866-
header = 'Camera & Picture'
866+
header = 'Launchpad I'
867867
subheader = `App Navigation & Parameters`
868868
press = client->_event( 'z2ui5_cl_demo_app_127' )
869869
mode = 'LineMode'

src/z2ui5_cl_demo_app_127.clas.abap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ CLASS z2ui5_cl_demo_app_127 IMPLEMENTATION.
3636
client->view_display( view->shell(
3737
)->page(
3838
showheader = xsdbool( abap_false = client->get( )-check_launchpad_active )
39-
title = 'abap2UI5 - Cross App Navigation App 127'
39+
title = 'abap2UI5 - Cross App Navigation App 127 - This App only works when started via Launchpad'
4040
navbuttonpress = client->_event( val = 'BACK' )
4141
shownavbutton = xsdbool( client->get( )-s_draft-id_prev_app_stack IS NOT INITIAL )
4242
)->header_content(

0 commit comments

Comments
 (0)