fix home and back again (#6670)

This commit is contained in:
Lars Hvam 2023-11-28 19:01:30 +01:00 committed by GitHub
parent ef9f640fea
commit dd92046e10
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -144,7 +144,7 @@ CLASS zcl_abapgit_gui_router IMPLEMENTATION.
IF ii_event->mv_action = zif_abapgit_definitions=>c_action-abapgit_home.
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.
ENDMETHOD.