* abaplint

* Update build_downport.yaml
This commit is contained in:
oblomov 2024-02-03 14:33:14 +01:00 committed by GitHub
parent ff2e2bf064
commit 422a32531c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View File

@ -24,7 +24,7 @@ jobs:
external_repository: abap2UI5/abap2UI5-downport external_repository: abap2UI5/abap2UI5-downport
user_name: 'github-actions[bot]' user_name: 'github-actions[bot]'
user_email: 'github-actions[bot]@users.noreply.github.com' user_email: 'github-actions[bot]@users.noreply.github.com'
publish_branch: 7.40 publish_branch: v_740
publish_dir: ./downport publish_dir: ./downport
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }} deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
destination_dir: src destination_dir: src

View File

@ -216,6 +216,7 @@ METHOD get_js_cc.
"needed for transpilation to js "needed for transpilation to js
DATA(lv_config_json) = ``. DATA(lv_config_json) = ``.
lv_config_json = /ui2/cl_json=>serialize( lv_config_json = /ui2/cl_json=>serialize(
data = ls_config data = ls_config
compress = abap_true compress = abap_true