mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 11:46:38 +08:00
add back button to flow page
This commit is contained in:
parent
c30f8d3092
commit
fbacad6885
|
@ -288,6 +288,10 @@ CLASS zcl_abapgit_gui_page_flow IMPLEMENTATION.
|
||||||
iv_txt = zcl_abapgit_gui_buttons=>repo_list( )
|
iv_txt = zcl_abapgit_gui_buttons=>repo_list( )
|
||||||
iv_act = zif_abapgit_definitions=>c_action-abapgit_home ).
|
iv_act = zif_abapgit_definitions=>c_action-abapgit_home ).
|
||||||
|
|
||||||
|
ro_toolbar->add(
|
||||||
|
iv_txt = 'Back'
|
||||||
|
iv_act = zif_abapgit_definitions=>c_action-go_back ).
|
||||||
|
|
||||||
ENDMETHOD.
|
ENDMETHOD.
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user