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

* 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:
oblomov-dev 2024-12-11 13:13:17 +01:00 committed by GitHub
parent 375135463f
commit fc18b6c1e0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 5 additions and 5 deletions

View File

@ -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.

View File

@ -218,7 +218,7 @@ CLASS z2ui5_cl_xml_view DEFINITION
IMPORTING IMPORTING
ns TYPE clike OPTIONAL ns TYPE clike OPTIONAL
link TYPE clike OPTIONAL link TYPE clike OPTIONAL
ID type CLIKE optional ID type CLIKE optional
CLASS type CLIKE optional CLASS type CLIKE optional
CURRENTLOCATIONTEXT type CLIKE optional CURRENTLOCATIONTEXT type CLIKE optional
SEPARATORSTYLE type CLIKE optional SEPARATORSTYLE type CLIKE optional

View File

@ -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.