mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 20:32:26 +08:00
Patch: Disable unified view (#2836)
This commit is contained in:
parent
99a6716f32
commit
4c4fae820f
|
@ -429,10 +429,11 @@ CLASS ZCL_ABAPGIT_GUI_PAGE_DIFF IMPLEMENTATION.
|
||||||
iv_id = 'stage'
|
iv_id = 'stage'
|
||||||
iv_typ = zif_abapgit_html=>c_action_type-dummy
|
iv_typ = zif_abapgit_html=>c_action_type-dummy
|
||||||
) ##NO_TEXT.
|
) ##NO_TEXT.
|
||||||
|
ELSE.
|
||||||
|
ro_menu->add( iv_txt = 'Split/Unified view'
|
||||||
|
iv_act = c_actions-toggle_unified ) ##NO_TEXT.
|
||||||
ENDIF.
|
ENDIF.
|
||||||
|
|
||||||
ro_menu->add( iv_txt = 'Split/Unified view'
|
|
||||||
iv_act = c_actions-toggle_unified ) ##NO_TEXT.
|
|
||||||
|
|
||||||
ENDMETHOD.
|
ENDMETHOD.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user