W3xx: Add object to transport on uninstall (#4402)

Fix missing transport entry when uninstalling `w3mi` and `w3ht`.

Co-authored-by: Lars Hvam <larshp@hotmail.com>
This commit is contained in:
Marc Bernard 2021-01-12 02:49:44 -05:00 committed by GitHub
parent ac5c00ec88
commit 830a682421
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -182,6 +182,8 @@ CLASS zcl_abapgit_object_w3xx_super IMPLEMENTATION.
zcx_abapgit_exception=>raise( 'Cannot delete W3xx params' ).
ENDIF.
corr_insert( iv_package ).
ENDMETHOD.