Closed FlorentP42 closed 9 months ago
Tested on Fledge 2.3.0-47 nightly, now they appear to be always in alphabetic order, which is also wrong as they do not respect the order provided at creation :
Produces :
Filter order should be aaa4, aaa3
The issue has been identified and a fix is currently in testing for this.
@MarkRiddoch I tested this again on Fledge 2.3.0-73 and it seems to be fixed (even if it is hard to tell as it was occuring randomly) but with many attempts I could not reproduce it. Was the fix mentionned above included in that nightly?
@FlorentP42 Thanks for the confirmation.
Was the fix mentionned above included in that nightly?
yes nightly on fledge repository. The issue at Fledge Admin Control pipeline API as it was not preserving the filter order. That also means no fix for this repository.
The fix for this is now in the develop branch
Describe the bug When creating a control pipeline, the order of the filters is not always respected (sometimes order gets inverted).
To Reproduce Steps to reproduce the behavior:
Expected behavior The filters in a control pipeline are always respecting the order provided at creation.
Additional context N/A