mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 12:20:51 +08:00
XSLT: Avoid double activation (#5995)
Co-authored-by: Lars Hvam <larshp@hotmail.com>
This commit is contained in:
parent
04ca136cdb
commit
6f4f336437
|
@ -102,7 +102,9 @@ CLASS zcl_abapgit_object_xslt IMPLEMENTATION.
|
|||
" Transformation might depend on other objects like a class
|
||||
" We attempt to activate it in late step
|
||||
IF iv_step = zif_abapgit_object=>gc_step_id-late.
|
||||
zcl_abapgit_objects_activation=>add_item( ms_item ).
|
||||
IF zif_abapgit_object~is_active( ) = abap_false.
|
||||
zcl_abapgit_objects_activation=>add_item( ms_item ).
|
||||
ENDIF.
|
||||
RETURN.
|
||||
ENDIF.
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user