Details
-
Bug
-
Resolution: Fixed
-
High
-
1.13.2, 1.7.7
-
None
Description
Steps to reproduce:
- Edit a default Article ContentType
- Add RelationList FieldType and save ContentType
- Go to content
- Create few random contents (articles, folders)
- Create the new article and add contents created in the previous step into RelationList field
- Publish content
Current result:
Not always, but very often you will see the list of related contents in randomly changed order. Both in the content preview view and content edit view. See attached screenshots.
Expected result:
List of related contents should be always displayed as it was set during the creation.
More information:
The issue is most likely caused by asynchronous content loading without promises. Therefore, some of the requests arrive earlier than others and these are immediately displayed.