Skip to content

Commit ba263f6

Browse files
authored
fix overview (#194)
1 parent e0b50fa commit ba263f6

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

src/z2ui5_cl_demo_app_000.clas.abap

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -151,22 +151,24 @@ CLASS Z2UI5_CL_DEMO_APP_000 IMPLEMENTATION.
151151
mode = 'LineMode'
152152
class = 'sapUiTinyMarginEnd sapUiTinyMarginBottom' ).
153153

154-
panel->generic_tile(
155-
header = 'Follow Up Action'
156-
subheader = ``
157-
press = client->_event( 'Z2UI5_CL_DEMO_APP_180' )
154+
panel->generic_tile(
155+
header = 'Event IV'
156+
subheader = `Facet Filter - T_arg with Objects`
157+
press = client->_event( 'Z2UI5_CL_DEMO_APP_197' )
158158
mode = 'LineMode'
159159
class = 'sapUiTinyMarginEnd sapUiTinyMarginBottom'
160160
).
161161

162-
panel->generic_tile(
163-
header = 'Facet Filteer - Events (t_arg) with Objects'
162+
panel->generic_tile(
163+
header = 'Follow Up Action'
164164
subheader = ``
165-
press = client->_event( 'Z2UI5_CL_DEMO_APP_197' )
165+
press = client->_event( 'Z2UI5_CL_DEMO_APP_180' )
166166
mode = 'LineMode'
167167
class = 'sapUiTinyMarginEnd sapUiTinyMarginBottom'
168168
).
169169

170+
171+
170172
panel = page->panel(
171173
expandable = abap_false
172174
expanded = abap_true

src/z2ui5_cl_demo_app_197.clas.abap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ CLASS Z2UI5_CL_DEMO_APP_197 IMPLEMENTATION.
4040

4141
METHOD z2ui5_display_view.
4242

43-
DATA(view) = z2ui5_cl_xml_view=>factory( ).
43+
DATA(view) = z2ui5_cl_xml_view=>factory( )->shell( ).
4444

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

0 commit comments

Comments
 (0)