mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 11:46:38 +08:00
Fix Navigation Issue in "Config Display" and "Config Edit" pages. (#6820)
Co-authored-by: Marc Bernard <59966492+mbtools@users.noreply.github.com>
This commit is contained in:
parent
75836f2264
commit
5eec8f264e
|
@ -32,7 +32,6 @@ CLASS zcl_abapgit_gui_page_db_entry DEFINITION
|
|||
BEGIN OF c_action,
|
||||
update TYPE string VALUE 'update',
|
||||
switch_mode TYPE string VALUE 'switch_mode',
|
||||
back TYPE string VALUE 'back',
|
||||
END OF c_action .
|
||||
|
||||
CONSTANTS c_edit_form_id TYPE string VALUE `db_form`.
|
||||
|
@ -111,7 +110,7 @@ CLASS zcl_abapgit_gui_page_db_entry IMPLEMENTATION.
|
|||
ENDIF.
|
||||
|
||||
ro_toolbar->add(
|
||||
iv_act = |{ c_action-back }|
|
||||
iv_act = zif_abapgit_definitions=>c_action-go_back
|
||||
iv_txt = 'Back' ).
|
||||
|
||||
ENDMETHOD.
|
||||
|
|
Loading…
Reference in New Issue
Block a user