mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 12:20:51 +08:00
CUS0/CUS0 add SORT to avoid diffs (#6088)
This commit is contained in:
parent
35f9a05e8c
commit
115ce57561
|
@ -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 ).
|
||||
|
||||
|
|
|
@ -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 ).
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user