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
{{ message }}
This repository has been archived by the owner on Apr 28, 2022. It is now read-only.
Current behavior:
The attr-3 field is readonly. Although none of the fields are required, the user must specify a value for both attr-1 and attr-2, in order to select a value for attr-3.
Expected behavior:
The attr-3 field should never be readonly, unless the user has specified attr-1=value-1.1 and attr-2=value-2.1.
Screenshots
The text was updated successfully, but these errors were encountered:
My solution exposes another issue:
Configure a product, and specify attr-1=value-1.1.
The attr-3 field changes to not required.
The attr-3 field should be required unless the user has specified attr-1=value-1.1 and attr-2=value-2.1.
matt454357
added a commit
to asphaltzipper/odoo-product-configurator
that referenced
this issue
Sep 14, 2020
Impacted versions: 12.0
Steps to reproduce:
Current behavior:
The attr-3 field is readonly. Although none of the fields are required, the user must specify a value for both attr-1 and attr-2, in order to select a value for attr-3.
Expected behavior:
The attr-3 field should never be readonly, unless the user has specified attr-1=value-1.1 and attr-2=value-2.1.
Screenshots

The text was updated successfully, but these errors were encountered: