Add commit success message (#2979)

* New version of #2973

* Update zcl_abapgit_gui_page_commit.clas.abap
This commit is contained in:
David Scheiklies 2019-10-17 06:40:17 +02:00 committed by Lars Hvam
parent b7d0f2115e
commit f4e33039d6

View File

@ -345,6 +345,8 @@ CLASS ZCL_ABAPGIT_GUI_PAGE_COMMIT IMPLEMENTATION.
io_repo = mo_repo
io_stage = mo_stage ).
MESSAGE 'Commit was successful' TYPE 'S' ##NO_TEXT.
ev_state = zcl_abapgit_gui=>c_event_state-go_back_to_bookmark.
WHEN c_action-commit_cancel.