This commit is contained in:
Lars Hvam 2018-06-06 16:23:36 +02:00 committed by GitHub
parent 41344dec3a
commit 12c48ebb50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -242,7 +242,7 @@ CLASS ZCL_ABAPGIT_FILE_STATUS IMPLEMENTATION.
IF NOT ls_item-devclass IS INITIAL.
* make sure the package is under the repo main package
lt_super = zcl_abapgit_sap_package=>get( iv_devclass )->list_superpackages( ).
lt_super = zcl_abapgit_sap_package=>get( iv_devclass )->list_subpackages( ).
READ TABLE lt_super WITH KEY table_line = ls_item-devclass TRANSPORTING NO FIELDS.
IF sy-subrc <> 0.
CLEAR ls_item-devclass.