VirtueMart Forum

VirtueMart 2 + 3 + 4 => Virtuemart Development and bug reports => Topic started by: balai on October 15, 2014, 12:45:52 PM

Title: Deactivating a custom and activating again problem
Post by: balai on October 15, 2014, 12:45:52 PM
Scenario:

In a child product which has inherited custom fields from the parent, try to disable a custom value (d checkbox)
Then enable it (uncheck d checkbox)

This adds 1 more custom field to the child product.
Now it has both the inherited and a new one with the same value which gives the same value 2 times in the front-end

VM 2.9.9e
Title: Re: Deactivating a custom and activating again problem
Post by: MarioP on October 15, 2014, 14:03:52 PM
I reported the matter to Milbo some time ago and this is what he said about that:
Quoteyes, if you use an override or disabler, this information is stored again.... So the parent customfield is just suppressed, if you remove the "supressor", then you see the customfield of the father, yepp.
But is it logical, that I must delete the customfield which overrides the parent? or is it easier to show it and then the user can delete it manually
For me seems to be logical...
Title: Re: Deactivating a custom and activating again problem
Post by: Milbo on October 16, 2014, 09:39:35 AM
But good reminder, maybe I find a solution for this in the delete function.