mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 04:08:27 +08:00
DEVC: Avoid dump when creating new package (#4419)
Usually, in abapGit packages are created by the folder logic already. But it dumps with "`li_package` is not assigned," if deserialize is used in other ways. Co-authored-by: Lars Hvam <larshp@hotmail.com>
This commit is contained in:
parent
7e2d05a30b
commit
8ff0445673
|
@ -476,7 +476,9 @@ CLASS zcl_abapgit_object_devc IMPLEMENTATION.
|
|||
|
||||
" Swap out repository package name with the local installation package name
|
||||
ls_package_data-devclass = mv_local_devclass.
|
||||
ls_package_data-pdevclass = li_package->transport_layer.
|
||||
IF li_package IS BOUND.
|
||||
ls_package_data-pdevclass = li_package->transport_layer.
|
||||
ENDIF.
|
||||
|
||||
" Parent package is not changed. Assume the folder logic already created the package and set
|
||||
" the hierarchy before.
|
||||
|
|
Loading…
Reference in New Issue
Block a user