mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 20:32:26 +08:00
Merge pull request #625 from sbcgua/master
Force stage displayed always
This commit is contained in:
commit
8ee4a832ae
|
@ -295,10 +295,8 @@ CLASS lcl_gui_view_repo_content IMPLEMENTATION.
|
||||||
iv_act = |{ gc_action-repo_remote_change }?{ lv_key }| ).
|
iv_act = |{ gc_action-repo_remote_change }?{ lv_key }| ).
|
||||||
lo_tb_advanced->add( iv_txt = 'Make off-line'
|
lo_tb_advanced->add( iv_txt = 'Make off-line'
|
||||||
iv_act = |{ gc_action-repo_remote_detach }?{ lv_key }| ).
|
iv_act = |{ gc_action-repo_remote_detach }?{ lv_key }| ).
|
||||||
IF iv_rstate IS INITIAL AND iv_lstate IS INITIAL.
|
lo_tb_advanced->add( iv_txt = 'Force stage'
|
||||||
lo_tb_advanced->add( iv_txt = 'Force stage'
|
iv_act = |{ gc_action-go_stage }?{ lv_key }| ).
|
||||||
iv_act = |{ gc_action-go_stage }?{ lv_key }| ).
|
|
||||||
ENDIF.
|
|
||||||
ELSE.
|
ELSE.
|
||||||
lo_tb_advanced->add( iv_txt = 'Make on-line'
|
lo_tb_advanced->add( iv_txt = 'Make on-line'
|
||||||
iv_act = |{ gc_action-repo_remote_attach }?{ lv_key }| ).
|
iv_act = |{ gc_action-repo_remote_attach }?{ lv_key }| ).
|
||||||
|
|
Loading…
Reference in New Issue
Block a user