mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 12:20:51 +08:00
fix home and back again (#6670)
This commit is contained in:
parent
ef9f640fea
commit
dd92046e10
|
@ -144,7 +144,7 @@ CLASS zcl_abapgit_gui_router IMPLEMENTATION.
|
||||||
|
|
||||||
IF ii_event->mv_action = zif_abapgit_definitions=>c_action-abapgit_home.
|
IF ii_event->mv_action = zif_abapgit_definitions=>c_action-abapgit_home.
|
||||||
rs_handled-page = zcl_abapgit_gui_page_repo_over=>create( ).
|
rs_handled-page = zcl_abapgit_gui_page_repo_over=>create( ).
|
||||||
rs_handled-state = zcl_abapgit_gui=>c_event_state-new_page.
|
rs_handled-state = zcl_abapgit_gui=>c_event_state-new_page_replacing.
|
||||||
ENDIF.
|
ENDIF.
|
||||||
|
|
||||||
ENDMETHOD.
|
ENDMETHOD.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user