uninstall: "including subpackages" (#4287)

This commit is contained in:
Lars Hvam 2020-12-04 08:44:03 +01:00 committed by GitHub
parent d11c82148e
commit bf89ac55f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -328,7 +328,7 @@ CLASS ZCL_ABAPGIT_SERVICES_REPO IMPLEMENTATION.
IF lines( lt_tadir ) > 0.
lv_question = |This will DELETE all objects in package { lv_package
} ({ lines( lt_tadir ) } objects) from the system|.
} including subpackages ({ lines( lt_tadir ) } objects) from the system|.
lv_answer = zcl_abapgit_ui_factory=>get_popups( )->popup_to_confirm(
iv_titlebar = 'Uninstall'