mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 04:08:27 +08:00
W3xx: Avoid diffs of parameters (#5231)
It's possible that systems return parameters unsorted causing diffs. Sorting the parameters will avoid this.
This commit is contained in:
parent
c23357f22f
commit
089e04d7e4
|
@ -141,6 +141,9 @@ CLASS zcl_abapgit_object_w3xx_super IMPLEMENTATION.
|
|||
DELETE ct_params WHERE name = c_param_names-version.
|
||||
DELETE ct_params WHERE name = c_param_names-filesize.
|
||||
|
||||
" Avoid diffs due to different order
|
||||
SORT ct_params.
|
||||
|
||||
ENDMETHOD.
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user