mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 12:20:51 +08:00
Merge pull request #1171 from larshp/issue_1112
Serialization triggers transport #1112
This commit is contained in:
commit
8558d024f3
|
@ -283,9 +283,10 @@ CLASS lcl_file_status IMPLEMENTATION.
|
|||
IF lv_type = 'DEVC'.
|
||||
ASSERT lv_name = 'PACKAGE'.
|
||||
lv_name = zcl_abapgit_folder_logic=>path_to_package(
|
||||
iv_top = iv_devclass
|
||||
io_dot = io_dot
|
||||
iv_path = iv_path ).
|
||||
iv_top = iv_devclass
|
||||
io_dot = io_dot
|
||||
iv_create_if_not_exists = abap_false
|
||||
iv_path = iv_path ).
|
||||
ENDIF.
|
||||
|
||||
CLEAR es_item.
|
||||
|
|
Loading…
Reference in New Issue
Block a user