mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 12:20:51 +08:00
staging bugfix, close 485
This commit is contained in:
parent
faab642563
commit
e00a472832
|
@ -3,7 +3,7 @@ REPORT zabapgit LINE-SIZE 100.
|
|||
* See http://www.abapgit.org
|
||||
|
||||
CONSTANTS: gc_xml_version TYPE string VALUE 'v1.0.0', "#EC NOTEXT
|
||||
gc_abap_version TYPE string VALUE 'v1.24.2'. "#EC NOTEXT
|
||||
gc_abap_version TYPE string VALUE 'v1.24.3'. "#EC NOTEXT
|
||||
|
||||
********************************************************************************
|
||||
* The MIT License (MIT)
|
||||
|
|
|
@ -239,9 +239,11 @@ CLASS lcl_gui_page_stage IMPLEMENTATION.
|
|||
iv_style = 'display: none'
|
||||
iv_txt = 'Commit'
|
||||
iv_opt = gc_html_opt-emphas ) ##NO_TEXT.
|
||||
ro_html->add_anchor( iv_act = |{ c_action-stage_all }|
|
||||
iv_id = 'act_commit_all'
|
||||
iv_txt = 'Add all and commit') ##NO_TEXT.
|
||||
IF lines( ms_files-local ) > 0.
|
||||
ro_html->add_anchor( iv_act = |{ c_action-stage_all }|
|
||||
iv_id = 'act_commit_all'
|
||||
iv_txt = 'Add all and commit') ##NO_TEXT.
|
||||
ENDIF.
|
||||
ro_html->add( '</div>' ).
|
||||
|
||||
ENDMETHOD. "render_menu
|
||||
|
|
Loading…
Reference in New Issue
Block a user