mirror of
https://github.com/abap2UI5/abap2UI5.git
synced 2025-04-29 15:16:15 +08:00
parent
ff2e2bf064
commit
422a32531c
2
.github/workflows/build_downport.yaml
vendored
2
.github/workflows/build_downport.yaml
vendored
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user