Skip to content

Commit 62d2778

Browse files
committed
fix back
1 parent 543c850 commit 62d2778

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

src/01/01/z2ui5_cl_demo_app_470.clas.abap

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,11 @@ CLASS z2ui5_cl_demo_app_470 IMPLEMENTATION.
8181
METHOD view_display.
8282

8383
DATA(view) = z2ui5_cl_xml_view=>factory( ).
84-
DATA(page) = view->shell( )->page( `abap2UI5 - Aggregation binding on a popup` ).
84+
DATA(page) = view->shell( )->page(
85+
title = `abap2UI5 - Aggregation binding on a popup`
86+
navbuttonpress = client->_event_nav_app_leave( )
87+
shownavbutton = client->check_app_prev_stack( ) ).
88+
8589

8690
page->message_strip(
8791
text = `The table is bound to the product aggregation. Press a row's "components" button - the ` &&

0 commit comments

Comments
 (0)