mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 12:20:51 +08:00
handle abapgit_home in CI page
This commit is contained in:
parent
29e5e08d8d
commit
29ce3e8170
|
@ -295,6 +295,9 @@ CLASS zcl_abapgit_gui_page_code_insp IMPLEMENTATION.
|
|||
ei_page = me.
|
||||
ev_state = zif_abapgit_definitions=>c_event_state-re_render.
|
||||
|
||||
WHEN zif_abapgit_definitions=>c_action-abapgit_home.
|
||||
RETURN.
|
||||
|
||||
WHEN OTHERS.
|
||||
|
||||
ls_item-obj_type = iv_action(4).
|
||||
|
|
Loading…
Reference in New Issue
Block a user