Skip to content

add sort of profiles on updateProfileArray

Firat Yusuf Duran requested to merge sortedProfiles into main

Sorts the list of profiles before adding them to make sure no profile gets added before it's parent is already in the list (to avoid errors).

This makes the changes added in python3-armarx not needed anymore since it is better to have the sorting in fluxio instead of the backend side (though having it at both sides shouldn't be a problem)

Merge request reports