On 2015-06-29 09:43, NotZippy wrote: > Hi > > I am using 3.4 and was wondering if the following is normal behavior: > > 1) Product assigned attribute from attribute set, this attribute is > assigned a value > 2) Attribute renamed in the attributes screen > 3) Refresh product view, it is now missing the added attribute from step 1. > Looking at the table row from product_product.attributes it appears the > name is not updated. > > Is this a DictSchemaMixin limitation or known issue ? I could not find a > report on it..
No this is the expected behaviour. If you change the name of a DictSchema, it is normal that you lose it on all Dict field using this schema. This is done by design and will not change so if you don't want to loose some key of a Dict field, don't change the name of the DictSchema. -- Cédric Krier - B2CK SPRL Email/Jabber: [email protected] Tel: +32 472 54 46 59 Website: http://www.b2ck.com/
