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
The view.sort-select filter used in the Browse and SortSelector helpers don't take the same arguments.
The legacy sortSelector takes sortBy, an array with keyed contents for label and value, while the new browse helper takes sortConfig, a one-level key => value array of the options and labels.
One of these needs adjusting so it's the same as the other so modules can have a single sort-selector filter implementation regardless of the helper being used.
The text was updated successfully, but these errors were encountered:
The view.sort-select filter used in the Browse and SortSelector helpers don't take the same arguments.
The legacy sortSelector takes sortBy, an array with keyed contents for label and value, while the new browse helper takes sortConfig, a one-level
key => value
array of the options and labels.One of these needs adjusting so it's the same as the other so modules can have a single sort-selector filter implementation regardless of the helper being used.
The text was updated successfully, but these errors were encountered: