mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 12:20:51 +08:00
uninstall: "including subpackages" (#4287)
This commit is contained in:
parent
d11c82148e
commit
bf89ac55f6
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue
Block a user