Project cleanup (#677)

* project cleanup

* cleanup

* cleanup
This commit is contained in:
oblomov 2023-11-25 15:59:50 +01:00 committed by GitHub
parent ff6d74e3d2
commit 506c38dd8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 2 deletions

View File

@ -65,7 +65,6 @@ CLASS z2ui5_cl_fw_handler DEFINITION
t_message TYPE z2ui5_if_client=>ty_t_message_manager,
check_clear TYPE abap_bool,
END OF s_message_manager,
_viewmodel TYPE string,
END OF ty_s_next2.
TYPES:
@ -134,7 +133,7 @@ ENDCLASS.
CLASS z2ui5_cl_fw_handler IMPLEMENTATION.
CLASS Z2UI5_CL_FW_HANDLER IMPLEMENTATION.
METHOD app_set_next.

View File

@ -51,6 +51,10 @@ CLASS z2ui5_cl_fw_http_handler IMPLEMENTATION.
z2ui5_cl_cc_timer=>get_js( ) &&
z2ui5_cl_cc_focus=>get_js( ) &&
z2ui5_cl_cc_title=>get_js( ) &&
z2ui5_cl_cc_title=>get_js( ) &&
z2ui5_cl_cc_title=>get_js( ) &&
z2ui5_cl_cc_title=>get_js( ) &&
z2ui5_cl_cc_title=>get_js( ) &&
z2ui5_cl_cc_scroll=>get_js( ) &&
custom_js.
* DATA(lv_cc) = ``.
@ -94,6 +98,7 @@ CLASS z2ui5_cl_fw_http_handler IMPLEMENTATION.
`<abc/>` && |\n|.
r_result = r_result && `<script>` && |\n| &&
` sap.ui.core.BusyIndicator.show();` && |\n| &&
` sap.ui.getCore().attachInit(function () {` && |\n| &&
` "use strict";` && |\n| &&
|\n| &&