mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 20:03:20 +08:00
disable superfluous check for offline repos (#6662)
This commit is contained in:
parent
55b44b1886
commit
ef170f5c32
|
@ -846,12 +846,6 @@ CLASS zcl_abapgit_gui_page_sett_remo IMPLEMENTATION.
|
|||
lv_offline = io_form_data->get( c_id-offline ).
|
||||
lv_url = io_form_data->get( c_id-url ).
|
||||
|
||||
IF lv_offline = abap_true AND lv_url IS INITIAL.
|
||||
ro_validation_log->set(
|
||||
iv_key = c_id-url
|
||||
iv_val = 'Enter a name for the repository and save' ).
|
||||
ENDIF.
|
||||
|
||||
IF lv_offline = abap_false AND lv_url NP 'http*'.
|
||||
ro_validation_log->set(
|
||||
iv_key = c_id-url
|
||||
|
|
Loading…
Reference in New Issue
Block a user