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
After running data migration on a fresh install (2.3.3) Category Attributes from the smile module will not save
Ex :
In the admin when changing the value for "Use Category Name in product search", "Virtual Category" (and related fields) then clicking save. The data for those fields is not saved. Other fields save fine, the success message is displayed and no errors are in the logs.
Additional context
I have an older install 2.3.2 that works as well as a clean install (without migrated data) that works.
I have cleared all cache and reindexed.
Any suggestions as to why these attributes would fail to save?
The text was updated successfully, but these errors were encountered:
I have compared eav_attrinute and catalog_eav_attribute without finding any differences.
jesse-thomas
changed the title
Category Attributes not saving after new migration
Smile Related Category Attributes not saving after new migration
Oct 24, 2019
if anyone has this issue, it can be fixed (worked around) in the eav_entity_attribute table. The data migration script created a new eav_attribute_set for categories (entity_type_id = 3 for me) and it conflicts with the original attribute set. Adding the smile attributes to the set that is missing them makes things work as expected. I dont think it has anything to do with Smile's code and probably affects other modules as well.
After running data migration on a fresh install (2.3.3) Category Attributes from the smile module will not save
Ex :
In the admin when changing the value for "Use Category Name in product search", "Virtual Category" (and related fields) then clicking save. The data for those fields is not saved. Other fields save fine, the success message is displayed and no errors are in the logs.
Additional context
I have an older install 2.3.2 that works as well as a clean install (without migrated data) that works.
I have cleared all cache and reindexed.
Any suggestions as to why these attributes would fail to save?
The text was updated successfully, but these errors were encountered: