mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 12:20:51 +08:00
Merge pull request #1339 from christianguenter2/1337
Fix database util: Cannot delete SETTINGS
This commit is contained in:
commit
0093da34d0
|
@ -52,7 +52,6 @@ CLASS ZCL_ABAPGIT_GUI_PAGE_DB IMPLEMENTATION.
|
||||||
DATA: lv_answer TYPE c LENGTH 1.
|
DATA: lv_answer TYPE c LENGTH 1.
|
||||||
|
|
||||||
ASSERT is_key-type IS NOT INITIAL.
|
ASSERT is_key-type IS NOT INITIAL.
|
||||||
ASSERT is_key-value IS NOT INITIAL.
|
|
||||||
|
|
||||||
lv_answer = zcl_abapgit_popups=>popup_to_confirm(
|
lv_answer = zcl_abapgit_popups=>popup_to_confirm(
|
||||||
titlebar = 'Warning'
|
titlebar = 'Warning'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user