mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 11:46:38 +08:00
Fix bug in Personal settings page (#6818)
This commit is contained in:
parent
e07edcd18f
commit
75836f2264
|
@ -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(
|
||||
|
|
Loading…
Reference in New Issue
Block a user