mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 12:20:51 +08:00
Suppress popup on autostart after update (#3844)
Co-authored-by: Lars Hvam <larshp@hotmail.com>
This commit is contained in:
parent
b0d1d04ade
commit
24cba9e221
|
@ -249,7 +249,10 @@ CLASS ZCL_ABAPGIT_REPO IMPLEMENTATION.
|
|||
sy-batch = abap_false AND
|
||||
sy-cprog = lc_abapgit_prog.
|
||||
|
||||
MESSAGE 'abapGit was updated and will restart itself' TYPE 'I'.
|
||||
IF zcl_abapgit_persist_settings=>get_instance( )->read( )->get_show_default_repo( ) = abap_false.
|
||||
MESSAGE 'abapGit was updated and will restart itself' TYPE 'I'.
|
||||
ENDIF.
|
||||
|
||||
SUBMIT (sy-cprog).
|
||||
|
||||
ENDIF.
|
||||
|
|
Loading…
Reference in New Issue
Block a user