CUS0/CUS0 add SORT to avoid diffs (#6088)

This commit is contained in:
Christian Günter 2023-02-25 10:18:16 +01:00 committed by GitHub
parent 35f9a05e8c
commit 115ce57561
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

View File

@ -180,6 +180,8 @@ CLASS zcl_abapgit_object_cus0 IMPLEMENTATION.
DELETE ls_img_activity-texts WHERE spras <> mv_language.
ENDIF.
SORT ls_img_activity-texts.
io_xml->add( iv_name = 'CUS0'
ig_data = ls_img_activity ).

View File

@ -207,6 +207,10 @@ CLASS zcl_abapgit_object_cus1 IMPLEMENTATION.
DELETE ls_customzing_activity-activity_title WHERE spras <> mv_language.
ENDIF.
SORT ls_customzing_activity-activity_title.
SORT ls_customzing_activity-objects.
SORT ls_customzing_activity-objects_title.
io_xml->add( iv_name = 'CUS1'
ig_data = ls_customzing_activity ).