When editing a node, that node becomes first in the list on multilingual sites.
Create a website with 2 or more languages. Create some translated terms. Create some translated nodes and assign each node to one of the translated terms.
Reorder the nodes.
Edit anything but the first node. Save that node. That node is now the first in the order.
Quickfix:
make sure the array used in the update hook has unique values (it contains the same term id multiple time, once for each language).
Fix in the long run:
make sure order is saved taking langcode into account. All the queries in NodeOrderManager should add langcode conditions in them since taxonomy-index table contains a langcode column.
None
None
None
None
Needs work
3.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.