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
spotted while reviewing this PR, comes from the way we filter options based on their values and not their ids while deciding on which options to remove.
The text was updated successfully, but these errors were encountered:
@prastoin i think this is independent from what you mentionned about storing option ids instead of values in views, since it is unrelated to views. It's just the way we decided to do the filtering which can be updated now because in the place we do it we have access to both option id and value.
Bug Description
options_issue.mov
spotted while reviewing this PR, comes from the way we filter options based on their values and not their ids while deciding on which options to remove.
The text was updated successfully, but these errors were encountered: