Skip to content

Commit 33c3c8a

Browse files
committed
cleanup
1 parent e8bde44 commit 33c3c8a

File tree

3 files changed

+28
-28
lines changed

3 files changed

+28
-28
lines changed

src/zabap2ui5.wapa.controller_-view1.controller.js

Lines changed: 17 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/zabap2ui5.wapa.manifest.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141
"desktop": true,
4242
"tablet": true,
4343
"phone": true
44-
},
45-
"fullWidth": true,
44+
},
45+
"fullWidth": true,
4646
},
4747
"sap.ui5": {
4848
"flexEnabled": true,
@@ -62,12 +62,12 @@
6262
"contentDensities": {
6363
"compact": true,
6464
"cozy": true
65-
},
66-
"services": {
67-
"ShellUIService": {
68-
"factoryName": "sap.ushell.ui5service.ShellUIService"
69-
}
70-
},
65+
},
66+
"services": {
67+
"ShellUIService": {
68+
"factoryName": "sap.ushell.ui5service.ShellUIService"
69+
}
70+
},
7171
"models": {
7272
"i18n": {
7373
"type": "sap.ui.model.resource.ResourceModel",
@@ -125,4 +125,4 @@
125125
}
126126
}
127127
}
128-
128+

src/zcl_z2ui5_odata_dpc_ext.clas.abap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ CLASS ZCL_Z2UI5_ODATA_DPC_EXT IMPLEMENTATION.
2020
DATA(lv_body) = VALUE #( lt_filter_cond[ 1 ]-select_options[ 1 ]-low OPTIONAL ).
2121

2222
DATA(lv_resp) = COND #( WHEN lv_body IS INITIAL
23-
THEN z2ui5_cl_http_handler=>http_get( )
24-
ELSE z2ui5_cl_http_handler=>http_post( lv_body ) ).
23+
THEN z2ui5_cl_fw_http_handler=>http_get( )
24+
ELSE z2ui5_cl_fw_http_handler=>http_post( lv_body ) ).
2525

2626
DATA lt_result TYPE zcl_z2ui5_odata_mpc=>tt_z2ui5_odata.
2727
lt_result = VALUE #( ( data = lv_resp ) ).

0 commit comments

Comments
 (0)