mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 20:03:20 +08:00
TABU: Fix staging in background process (#6683)
Co-authored-by: Lars Hvam <larshp@hotmail.com>
This commit is contained in:
parent
2ec48b7ddc
commit
29c9018300
|
@ -87,13 +87,15 @@ CLASS zcl_abapgit_stage_logic IMPLEMENTATION.
|
|||
|
||||
METHOD zif_abapgit_stage_logic~get.
|
||||
|
||||
" Getting REMOTE before LOCAL is critical to ensure that DATA config is loaded first
|
||||
rs_files-remote = io_repo->get_files_remote( ii_obj_filter ).
|
||||
|
||||
IF ii_obj_filter IS INITIAL.
|
||||
rs_files-local = io_repo->get_files_local( ).
|
||||
ELSE.
|
||||
rs_files-local = io_repo->get_files_local_filtered( ii_obj_filter ).
|
||||
ENDIF.
|
||||
|
||||
rs_files-remote = io_repo->get_files_remote( ii_obj_filter ).
|
||||
rs_files-status = zcl_abapgit_repo_status=>calculate( io_repo = io_repo
|
||||
ii_obj_filter = ii_obj_filter ).
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user