mirror of
https://github.com/abap2UI5/abap2UI5.git
synced 2025-04-30 00:32:19 +08:00
rename annotation uri (#1635)
Some checks are pending
build_downport / build_downport (push) Waiting to run
build_frontend_classic / build_frontend_classic (push) Waiting to run
build_frontend_cloud / build_frontend_cloud (push) Waiting to run
js_transform / Code-Cleanup (push) Waiting to run
ui5lint / test (push) Waiting to run
Some checks are pending
build_downport / build_downport (push) Waiting to run
build_frontend_classic / build_frontend_classic (push) Waiting to run
build_frontend_cloud / build_frontend_cloud (push) Waiting to run
js_transform / Code-Cleanup (push) Waiting to run
ui5lint / test (push) Waiting to run
* rename annotation uri * Update src/02/z2ui5_if_client.intf.abap Co-authored-by: abaplint[bot] <24845621+abaplint[bot]@users.noreply.github.com> * Update src/02/z2ui5_if_client.intf.abap Co-authored-by: abaplint[bot] <24845621+abaplint[bot]@users.noreply.github.com> --------- Co-authored-by: oblomov-dev@outlook.com <> Co-authored-by: abaplint[bot] <24845621+abaplint[bot]@users.noreply.github.com>
This commit is contained in:
parent
375135463f
commit
fc18b6c1e0
|
@ -292,7 +292,7 @@ CLASS z2ui5_cl_core_client IMPLEMENTATION.
|
||||||
METHOD z2ui5_if_client~view_display.
|
METHOD z2ui5_if_client~view_display.
|
||||||
|
|
||||||
mo_action->ms_next-s_set-s_view-xml = val.
|
mo_action->ms_next-s_set-s_view-xml = val.
|
||||||
mo_action->ms_next-s_set-s_view-switchDefaultModelAnnoURI = switchDefaultModelAnnoURI.
|
mo_action->ms_next-s_set-s_view-switchDefaultModelAnnoURI = switch_default_model_anno_uri.
|
||||||
mo_action->ms_next-s_set-s_view-switch_default_model_path = switch_default_model_path.
|
mo_action->ms_next-s_set-s_view-switch_default_model_path = switch_default_model_path.
|
||||||
|
|
||||||
ENDMETHOD.
|
ENDMETHOD.
|
||||||
|
|
|
@ -32,9 +32,9 @@ INTERFACE z2ui5_if_client
|
||||||
|
|
||||||
METHODS view_display
|
METHODS view_display
|
||||||
IMPORTING
|
IMPORTING
|
||||||
val TYPE clike
|
val TYPE clike
|
||||||
switchDefaultModelAnnoURI TYPE string OPTIONAL
|
switch_default_model_anno_uri TYPE string OPTIONAL
|
||||||
switch_default_model_path TYPE string OPTIONAL.
|
switch_default_model_path TYPE string OPTIONAL.
|
||||||
|
|
||||||
METHODS view_model_update.
|
METHODS view_model_update.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user