From 830a6824218366ed333b6b3e4b64f63859ce5339 Mon Sep 17 00:00:00 2001 From: Marc Bernard <59966492+mbtools@users.noreply.github.com> Date: Tue, 12 Jan 2021 02:49:44 -0500 Subject: [PATCH] W3xx: Add object to transport on uninstall (#4402) Fix missing transport entry when uninstalling `w3mi` and `w3ht`. Co-authored-by: Lars Hvam --- src/objects/zcl_abapgit_object_w3xx_super.clas.abap | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/objects/zcl_abapgit_object_w3xx_super.clas.abap b/src/objects/zcl_abapgit_object_w3xx_super.clas.abap index 4b10cf649..bd50872fd 100644 --- a/src/objects/zcl_abapgit_object_w3xx_super.clas.abap +++ b/src/objects/zcl_abapgit_object_w3xx_super.clas.abap @@ -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.