mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 20:03:20 +08:00
Fix bug in "Object to Files" Page. (#6908)
Co-authored-by: Lars Hvam <larshp@hotmail.com>
This commit is contained in:
parent
a648f1ef51
commit
0c4e5f5495
|
@ -139,9 +139,14 @@ CLASS zcl_abapgit_gui_page_ex_object IMPLEMENTATION.
|
||||||
CASE ii_event->mv_action.
|
CASE ii_event->mv_action.
|
||||||
WHEN c_event-export.
|
WHEN c_event-export.
|
||||||
|
|
||||||
export_object( ).
|
mo_validation_log = mo_form_util->validate( mo_form_data ).
|
||||||
MESSAGE 'Object successfully exported' TYPE 'S'.
|
IF mo_validation_log->is_empty( ) = abap_false.
|
||||||
rs_handled-state = zcl_abapgit_gui=>c_event_state-go_back.
|
rs_handled-state = zcl_abapgit_gui=>c_event_state-re_render.
|
||||||
|
ELSE.
|
||||||
|
export_object( ).
|
||||||
|
MESSAGE 'Object successfully exported' TYPE 'S'.
|
||||||
|
rs_handled-state = zcl_abapgit_gui=>c_event_state-go_back.
|
||||||
|
ENDIF.
|
||||||
|
|
||||||
WHEN c_event-choose_object_type.
|
WHEN c_event-choose_object_type.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user