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
In the lunar_attributes table there's a column default_value, which should be applied to new entities (e.g. products). This column should be included in the edit attribute modal as well.
Actual Behaviour:
Neither the default value is applied to new entities, nor it could be edited in the admin panel.
Steps To Reproduce:
In database, manually edit the value of lunar_attributes.default_value of any existing row. In my case it's a number attribute which attribute_type = 'product' and type = 'Lunar\FieldTypes\Number'.
Create a product in the admin panel
The text was updated successfully, but these errors were encountered:
Expected Behaviour:
In the
lunar_attributes
table there's a columndefault_value
, which should be applied to new entities (e.g. products). This column should be included in the edit attribute modal as well.Actual Behaviour:
Neither the default value is applied to new entities, nor it could be edited in the admin panel.
Steps To Reproduce:
lunar_attributes
.default_value
of any existing row. In my case it's a number attribute whichattribute_type
= 'product' andtype
= 'Lunar\FieldTypes\Number'.The text was updated successfully, but these errors were encountered: