Fix bug in Personal settings page (#6818)

This commit is contained in:
Francisco Milán 2024-02-19 04:36:37 -07:00 committed by GitHub
parent e07edcd18f
commit 75836f2264
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -213,7 +213,7 @@ CLASS zcl_abapgit_gui_page_sett_pers IMPLEMENTATION.
" Startup
ro_form_data->set(
iv_key = c_id-show_default_repo
iv_val = |{ ms_settings-show_default_repo }| ).
iv_val = boolc( ms_settings-show_default_repo = abap_true ) ) ##TYPE.
" UI
ro_form_data->set(