Don't miss out Virtual Happy Hour this Friday (April 26).

Try our conversational search powered by Generative AI!

DynamicProperty "selected / not selected"

Vote:
 
Hello, I've noticed the bug related to dynamic property of "selected / not selected" type. The steps for bug are next: - create some dynamic property that is "selected / not selected" type - define its value to be "true" on the specific page and check checkbox to apply that value to all children of that page - if you want to override its value on some page's child and set it on "false", you will not be able to do it. Is there any patch for that? .. or I will have to create new type for dynamic property that handles this bug. Best Regards Vlada
#17638
May 08, 2007 16:42
Vote:
 
This is not a bug, it is - popularly said - by design. The property "Selected / Not Selected" only saves a value to the database when it is checked. If not selected, the value is _not_ set to false, but to null, which leads to a lot fewer rows in the database. However, the side effect is that you cannot search for pages with a property set to "false", and for dynamic properties you will experience the exact behaviour you've explained. You cannot "unset" the value if it has been set somewhere above in the hierarchy. The solution is to write your own property type which has these three options: * True * False * Null / Not Set ("Inherit" would be a good name if only used for dynamic properties) You then need to save this as an int. /Steve
#18470
May 08, 2007 19:36
Vote:
 
Thanks Steve /Vlada
#18471
May 09, 2007 12:20
Vote:
 
You're right that it's by design, but it is also correct to say it's a bug.  It is a bug in the design.  The property is "selected/not selected", not "has been selected at least once".
#24981
Oct 08, 2008 18:34
Vote:
 

Depends on which hair you're splitting. But I'll agree that it depends on the viewpoint. It was designed this way intentionally, hence "by design". I agree that it might not be intuitive from the UI point of view, and the whole concept of dynamic properties, and the checkbox for overwriting any decendant values is inherently non-intuitive.

I guess we'll have to agree to disagree, and luckily Vladimir solved his problem.

/Steve

#25106
Oct 13, 2008 23:24
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.