popup_to_select: fix title (#1608)
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

Co-authored-by: oblomov-dev <102328295+oblomov-dev@users.noreply.github.com>
This commit is contained in:
Christian Günter 2024-12-02 16:01:45 +01:00 committed by GitHub
parent 908434983e
commit 620be93586
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -70,6 +70,8 @@ CLASS z2ui5_cl_pop_to_select IMPLEMENTATION.
WHEN i_multiselect = abap_true
THEN `Multi select`
ELSE `Single select` ).
ELSE.
r_result->title = i_title.
ENDIF.
r_result->sort_field = i_sort_field.