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
Problem:
Some product properties are coming from client system on our client project. Client wants to disallow change this properties by their managers. Properties still should be available to view.
Solution:
Allow to mark some product properties as readonly in backend. Do not allow to change this value in UI.
Alternative (optional):
Enable inheritance support to product properties via usual AbstractTypeFactory.
Proposal of changes:
Add IsReadonly property to Property object. Add support of readonly state to all variants of va-generic-value-input
The text was updated successfully, but these errors were encountered:
Problem:
Some product properties are coming from client system on our client project. Client wants to disallow change this properties by their managers. Properties still should be available to view.
Solution:
Allow to mark some product properties as readonly in backend. Do not allow to change this value in UI.
Alternative (optional):
Enable inheritance support to product properties via usual
AbstractTypeFactory
.Proposal of changes:
Add
IsReadonly
property toProperty
object. Add support of readonly state to all variants ofva-generic-value-input
The text was updated successfully, but these errors were encountered: