mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 12:20:51 +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_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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user