Livio Spring afcba379e6
fix(actions): preserve order of execution (#8895)
# Which Problems Are Solved

The order of actions on a trigger was not respected on the execution and
not correctly returned when retrieving the flow, for example in Console.
The supposed correction of the order (e.g. in the UI) would then return
a "no changes" error since the order was already as desired.

# How the Problems Are Solved

- Correctly order the actions of a trigger based on their configuration
(`trigger_sequence`).

# Additional Changes

- replaced a `reflect.DeepEqual` with `slices.Equal` for checking the
action list

# Additional Context

- reported by a customer
- requires backports

(cherry picked from commit 85bdf015054185cc411e2f6ee31faa7792d64d1a)
2024-11-15 09:35:06 +01:00
..
2024-03-27 15:48:22 +02:00
2024-11-04 10:44:51 +00:00
2024-02-28 10:55:54 +02:00
2024-04-16 11:19:17 +00:00
2024-11-04 10:44:51 +00:00
2024-08-14 14:18:14 +00:00
2024-03-27 15:48:22 +02:00
2024-09-11 10:53:55 +00:00
2024-11-04 10:44:51 +00:00
2024-03-27 15:48:22 +02:00
2024-03-27 15:48:22 +02:00
2024-08-12 22:32:01 +02:00