refactor switchDefaultModel to switchDefaultModelP (#1620)

Co-authored-by: oblomov-dev <102328295+oblomov-dev@users.noreply.github.com>
This commit is contained in:
Christian Günter 2024-12-10 14:42:41 +01:00 committed by GitHub
parent be06c973b3
commit c2b476481e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 7 additions and 7 deletions

View File

@ -292,7 +292,7 @@ CLASS z2ui5_cl_core_client IMPLEMENTATION.
METHOD z2ui5_if_client~view_display.
mo_action->ms_next-s_set-s_view-xml = val.
mo_action->ms_next-s_set-s_view-switchDefaultModel = switchDefaultModel.
mo_action->ms_next-s_set-s_view-switchDefaultModelPath = switchDefaultModelPath.
ENDMETHOD.

View File

@ -68,7 +68,7 @@ INTERFACE z2ui5_if_core_types
BEGIN OF ty_s_next_frontend,
BEGIN OF s_view,
xml TYPE string,
switchDefaultModel TYPE string,
switchdefaultmodelpath TYPE string,
check_destroy TYPE abap_bool,
check_update_model TYPE abap_bool,
END OF s_view,

View File

@ -33,7 +33,7 @@ INTERFACE z2ui5_if_client
METHODS view_display
IMPORTING
val TYPE clike
switchDefaultModel TYPE string OPTIONAL.
switchDefaultModelPath TYPE string OPTIONAL.
METHODS view_model_update.