From 422a32531ca3255b4df5aa9503e30a85d7ba717e Mon Sep 17 00:00:00 2001 From: oblomov <102328295+oblomov-dev@users.noreply.github.com> Date: Sat, 3 Feb 2024 14:33:14 +0100 Subject: [PATCH] abaplint (#856) * abaplint * Update build_downport.yaml --- .github/workflows/build_downport.yaml | 2 +- src/01/05/z2ui5_cl_cc_driver_js.clas.abap | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build_downport.yaml b/.github/workflows/build_downport.yaml index 85a166c6..19655972 100644 --- a/.github/workflows/build_downport.yaml +++ b/.github/workflows/build_downport.yaml @@ -24,7 +24,7 @@ jobs: external_repository: abap2UI5/abap2UI5-downport user_name: 'github-actions[bot]' user_email: 'github-actions[bot]@users.noreply.github.com' - publish_branch: 7.40 + publish_branch: v_740 publish_dir: ./downport deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }} destination_dir: src diff --git a/src/01/05/z2ui5_cl_cc_driver_js.clas.abap b/src/01/05/z2ui5_cl_cc_driver_js.clas.abap index 84fa124e..fd592955 100644 --- a/src/01/05/z2ui5_cl_cc_driver_js.clas.abap +++ b/src/01/05/z2ui5_cl_cc_driver_js.clas.abap @@ -216,6 +216,7 @@ METHOD get_js_cc. "needed for transpilation to js DATA(lv_config_json) = ``. + lv_config_json = /ui2/cl_json=>serialize( data = ls_config compress = abap_true