Skip to content
Snippets Groups Projects
Commit b2eb54ab authored by Kinjal Mehta's avatar Kinjal Mehta Committed by Yannick Tivisse
Browse files

[IMP] product: order the attribute values by sequence then by id

=======
purpose
=======

By default, the sequence is 0 for all new attributes and the result is messed up. The product attribute values are not ordered in the same way in a list view.

That's because the results are not returned from sql ordered by id if the sequence is the same. Just add this in the order definition will remove the non-deterministic behavior.
parent 5b901529
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment