fix bug of ignore subpackages flag (#3715)

Closes #3712
This commit is contained in:
antonioyanez 2020-08-06 11:53:58 +02:00 committed by GitHub
parent 408f127b4a
commit a98ba1dfe1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -188,6 +188,7 @@ CLASS ZCL_ABAPGIT_SERVICES_REPO IMPLEMENTATION.
li_repo_srv->get_repo_from_package( li_repo_srv->get_repo_from_package(
EXPORTING EXPORTING
iv_package = is_repo_params-package iv_package = is_repo_params-package
iv_ign_subpkg = is_repo_params-ignore_subpackages
IMPORTING IMPORTING
eo_repo = lo_repo eo_repo = lo_repo
ev_reason = lv_reason ). ev_reason = lv_reason ).

View File

@ -501,6 +501,7 @@ CLASS ZCL_ABAPGIT_REPO_SRV IMPLEMENTATION.
get_repo_from_package( get_repo_from_package(
EXPORTING EXPORTING
iv_package = iv_package iv_package = iv_package
iv_ign_subpkg = iv_ign_subpkg
IMPORTING IMPORTING
eo_repo = lo_repo eo_repo = lo_repo
ev_reason = lv_reason ). ev_reason = lv_reason ).