mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 04:08:27 +08:00
Protect tadir
selection (#6713)
Co-authored-by: Lars Hvam <larshp@hotmail.com>
This commit is contained in:
parent
30a752e0f8
commit
2655c76996
|
@ -390,6 +390,8 @@ CLASS zcl_abapgit_tadir IMPLEMENTATION.
|
||||||
DATA: lr_tadir TYPE REF TO zif_abapgit_definitions=>ty_tadir.
|
DATA: lr_tadir TYPE REF TO zif_abapgit_definitions=>ty_tadir.
|
||||||
DATA: lt_filter TYPE zif_abapgit_definitions=>ty_tadir_tt.
|
DATA: lt_filter TYPE zif_abapgit_definitions=>ty_tadir_tt.
|
||||||
|
|
||||||
|
ASSERT iv_package IS NOT INITIAL.
|
||||||
|
|
||||||
" Start recursion
|
" Start recursion
|
||||||
" hmm, some problems here, should TADIR also build path?
|
" hmm, some problems here, should TADIR also build path?
|
||||||
rt_tadir = build(
|
rt_tadir = build(
|
||||||
|
@ -426,6 +428,7 @@ CLASS zcl_abapgit_tadir IMPLEMENTATION.
|
||||||
IF iv_check_exists = abap_true.
|
IF iv_check_exists = abap_true.
|
||||||
rt_tadir = check_exists( rt_tadir ).
|
rt_tadir = check_exists( rt_tadir ).
|
||||||
ENDIF.
|
ENDIF.
|
||||||
|
|
||||||
ENDMETHOD.
|
ENDMETHOD.
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user