OCA/product-configurator

Values in multiple configuration restrictions are hidden.

Closed this issue · 1 comments

If you have multiple configuration restrictions, that share a common value the user should be able to choose, that value is omitted from the selectable options during configuration. This is because the code doesn't take into account if multiple restrictions are available for the same attribute.

Example:
The example below is to configure different types of bottles. You can see that depending on their 'container type' (Glass Bottle/Plastic Bottle/Can) It shows the type of cap that is available. If the value 'None' is added to multiple restriction values it will omit that value and make it not available to the user to select.

Note: In this example it's added to all three but it functions the same if it's just added to 2 of them.
image

You can see that the 'None' option doesn't show for any of the selections.
image

Ideally, it should show all the selections if the restriction applies, even if the value is used in multiple restrictions.

There hasn't been any activity on this issue in the past 6 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days.
If you want this issue to never become stale, please ask a PSC member to apply the "no stale" label.