Patch: Disable unified view (#2836)

This commit is contained in:
Christian Günter 2019-08-03 13:34:49 +02:00 committed by Lars Hvam
parent 99a6716f32
commit 4c4fae820f

View File

@ -429,10 +429,11 @@ CLASS ZCL_ABAPGIT_GUI_PAGE_DIFF IMPLEMENTATION.
iv_id = 'stage'
iv_typ = zif_abapgit_html=>c_action_type-dummy
) ##NO_TEXT.
ENDIF.
ELSE.
ro_menu->add( iv_txt = 'Split/Unified view'
iv_act = c_actions-toggle_unified ) ##NO_TEXT.
ENDIF.
ENDMETHOD.