-
Problem report
-
Resolution: Fixed
-
Trivial
-
5.0.0alpha1
-
Sprint 60 (Jan 2020), Sprint 61 (Feb 2020)
-
0.125
Problem description: After exporting and after that importing a webhook media type the order of webhook parameters in "Parameters" field is reversed.
Steps to reproduce:
- Navigate to Administration => Media types
- Create a webhook media type with multiple parameters
- Export the previously exported media type and change its name in frontend
- Import the exported media type
- Open the imported media type and compare the order of parameters with the original.
Result 1: The order of parameters in field "Parameters" was reversed. - Export the imported version of the media type, and again change its name in frontend.
- Import the latest exported version of the media type
- Open the latest imported media type and compare the order of parameters with the original.
Result 2: the order of parameters in field "Parameters" was reversed again and now it is the same as in the original version of the media type.
Expected: after importing a previously exported webhook media type, the order of parameters in field "Parameters" should not change.