Skip to content

Commit

Permalink
renaming fixes (#462)
Browse files Browse the repository at this point in the history
  • Loading branch information
oblomov-dev authored Dec 10, 2024
1 parent 3ae8265 commit fd69b71
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/z2ui5_cl_demo_app_313.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ CLASS z2ui5_cl_demo_app_313 IMPLEMENTATION.
enableautobinding = abap_true
).

client->view_display( val = view->stringify( ) switchdefaultmodelpath = `/sap/opu/odata/DMO/API_TRAVEL_U_V2/` ).
client->view_display( val = view->stringify( ) switch_default_model_path = `/sap/opu/odata/DMO/API_TRAVEL_U_V2/` ).

ENDIF.

Expand Down
6 changes: 3 additions & 3 deletions src/z2ui5_cl_demo_app_314.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ CLASS z2ui5_cl_demo_app_314 IMPLEMENTATION.
page->input( description = `device model` value = `{device>/resize/width}` enabled = abap_false ).

mv_val = `input value with http model`.
page->input( client->_bind_edit( val = mv_val switchdefaultmodel = abap_true ) ).
page->input( client->_bind_edit( val = mv_val switch_default_model = abap_true ) ).

DATA(tab) = page->table( client->_bind_edit( val = t_tab switchdefaultmodel = abap_true ) ).
DATA(tab) = page->table( client->_bind_edit( val = t_tab switch_default_model = abap_true ) ).

tab->header_toolbar(
)->toolbar(
Expand Down Expand Up @@ -100,7 +100,7 @@ CLASS z2ui5_cl_demo_app_314 IMPLEMENTATION.
)->text( '{CurrencyCode}'
).

client->view_display( val = view->stringify( ) switchdefaultmodelpath = `/sap/opu/odata/DMO/API_TRAVEL_U_V2/` ).
client->view_display( val = view->stringify( ) switch_default_model_path = `/sap/opu/odata/DMO/API_TRAVEL_U_V2/` ).

ENDIF.

Expand Down
2 changes: 1 addition & 1 deletion src/z2ui5_cl_demo_app_315.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ CLASS z2ui5_cl_demo_app_315 IMPLEMENTATION.
)->text( '{FLIGHT>City}'
)->text( '{FLIGHT>CountryCode}' ).

client->view_display( val = view->stringify( ) switchdefaultmodelpath = `` ).
client->view_display( val = view->stringify( ) switch_default_model_path = `` ).

client->follow_up_action( client->_event_client(
val = z2ui5_if_client=>cs_event-set_odata_model
Expand Down
2 changes: 1 addition & 1 deletion src/z2ui5_cl_demo_app_317.clas.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<VSEOCLASS>
<CLSNAME>Z2UI5_CL_DEMO_APP_317</CLSNAME>
<LANGU>E</LANGU>
<DESCRIPT>tab -different odata models</DESCRIPT>
<DESCRIPT>tree - drag &amp; drop</DESCRIPT>
<STATE>1</STATE>
<CLSCCINCL>X</CLSCCINCL>
<FIXPT>X</FIXPT>
Expand Down

0 comments on commit fd69b71

Please sign in to comment.