Skip to content

Commit

Permalink
fix overview (#194)
Browse files Browse the repository at this point in the history
  • Loading branch information
oblomov-dev authored May 10, 2024
1 parent e0b50fa commit ba263f6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
16 changes: 9 additions & 7 deletions src/z2ui5_cl_demo_app_000.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -151,22 +151,24 @@ CLASS Z2UI5_CL_DEMO_APP_000 IMPLEMENTATION.
mode = 'LineMode'
class = 'sapUiTinyMarginEnd sapUiTinyMarginBottom' ).

panel->generic_tile(
header = 'Follow Up Action'
subheader = ``
press = client->_event( 'Z2UI5_CL_DEMO_APP_180' )
panel->generic_tile(
header = 'Event IV'
subheader = `Facet Filter - T_arg with Objects`
press = client->_event( 'Z2UI5_CL_DEMO_APP_197' )
mode = 'LineMode'
class = 'sapUiTinyMarginEnd sapUiTinyMarginBottom'
).

panel->generic_tile(
header = 'Facet Filteer - Events (t_arg) with Objects'
panel->generic_tile(
header = 'Follow Up Action'
subheader = ``
press = client->_event( 'Z2UI5_CL_DEMO_APP_197' )
press = client->_event( 'Z2UI5_CL_DEMO_APP_180' )
mode = 'LineMode'
class = 'sapUiTinyMarginEnd sapUiTinyMarginBottom'
).



panel = page->panel(
expandable = abap_false
expanded = abap_true
Expand Down
2 changes: 1 addition & 1 deletion src/z2ui5_cl_demo_app_197.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ CLASS Z2UI5_CL_DEMO_APP_197 IMPLEMENTATION.

METHOD z2ui5_display_view.

DATA(view) = z2ui5_cl_xml_view=>factory( ).
DATA(view) = z2ui5_cl_xml_view=>factory( )->shell( ).

DATA(page) = view->page( id = `page_main`
title = 'abap2UI5 - List Report Features'
Expand Down

0 comments on commit ba263f6

Please sign in to comment.