mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 20:03:20 +08:00
background: fix dump when reconfiguring
fix dump due to old background settings
This commit is contained in:
parent
4180373b46
commit
eac0045305
|
@ -269,9 +269,12 @@ CLASS ZCL_ABAPGIT_GUI_PAGE_BKG IMPLEMENTATION.
|
||||||
|
|
||||||
lt_settings = is_per-settings.
|
lt_settings = is_per-settings.
|
||||||
|
|
||||||
|
* skip invalid values, from old background logic
|
||||||
|
IF is_per-method <> 'push' AND is_per-method <> 'pull' AND is_per-method <> 'nothing'.
|
||||||
CALL METHOD (is_per-method)=>zif_abapgit_background~get_settings
|
CALL METHOD (is_per-method)=>zif_abapgit_background~get_settings
|
||||||
CHANGING
|
CHANGING
|
||||||
ct_settings = lt_settings.
|
ct_settings = lt_settings.
|
||||||
|
ENDIF.
|
||||||
|
|
||||||
IF lines( lt_settings ) = 0.
|
IF lines( lt_settings ) = 0.
|
||||||
RETURN.
|
RETURN.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user