mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 04:08:27 +08:00
bugfix, offline repo default .abapgit.xml
This commit is contained in:
parent
05d76ba2ec
commit
62a8099b63
|
@ -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.32.0'. "#EC NOTEXT
|
||||
gc_abap_version TYPE string VALUE 'v1.32.1'. "#EC NOTEXT
|
||||
|
||||
********************************************************************************
|
||||
* The MIT License (MIT)
|
||||
|
|
|
@ -181,10 +181,9 @@ CLASS lcl_repo_content_browser IMPLEMENTATION.
|
|||
<ls_tadir> LIKE LINE OF lt_tadir.
|
||||
|
||||
|
||||
* todo, offline projects should have an dot abapgit too
|
||||
lt_tadir = lcl_tadir=>read(
|
||||
iv_package = mo_repo->get_package( )
|
||||
io_dot = lcl_dot_abapgit=>build_default( ) ).
|
||||
io_dot = mo_repo->get_dot_abapgit( ) ).
|
||||
|
||||
LOOP AT lt_tadir ASSIGNING <ls_tadir>.
|
||||
APPEND INITIAL LINE TO rt_repo_items ASSIGNING <ls_repo_item>.
|
||||
|
|
Loading…
Reference in New Issue
Block a user