You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Given a category with pinned filter attributes where all attributes have the default (attribute set) position of "0", unpinning those filter attributes does not put them back at their natural position, which is determined by their attribute id.
Once unpinned, they will stay at the top of the attributes list, until the category is saved.
Once the category is reloaded, they will indeed be placed at the "natural" position, determined in that order by :
their position property
their attribute id
By opposition, an initially unpinned attribute which is pinned and then unpinned is correctly repositioned at his starting position.
Preconditions
Magento Version : 2.3.x
ElasticSuite Version : 2.8.x
Environment : Developer/Production
Third party modules : N/A
Steps to reproduce
Edit a category and move 2 or 3 filters from the bottom of the attribute filters list to the top by pinning them and save the category
Once the category is reloaded, unpin those attributes
Expected result
The attributes should go back to the bottom of the attributes list
Actual result
They stay close to the top the of attributes list, until the category is saved again
The text was updated successfully, but these errors were encountered:
Given a category with pinned filter attributes where all attributes have the default (attribute set) position of "0", unpinning those filter attributes does not put them back at their natural position, which is determined by their attribute id.
Once unpinned, they will stay at the top of the attributes list, until the category is saved.
Once the category is reloaded, they will indeed be placed at the "natural" position, determined in that order by :
position
propertyBy opposition, an initially unpinned attribute which is pinned and then unpinned is correctly repositioned at his starting position.
Preconditions
Magento Version : 2.3.x
ElasticSuite Version : 2.8.x
Environment : Developer/Production
Third party modules : N/A
Steps to reproduce
Expected result
Actual result
The text was updated successfully, but these errors were encountered: