Umbraco V7.4.3 gets parent property in content tree
I am using V7.4.3 (was upgraded from Umbraco 7.2.8)
was successful. Now i see a major issue.
Here is my document type hierarchy
I have three document types called Section Landing and Event Landing and Home page all inheriting from a master document that has SEO properties.
Homepage and Section Landing has a property called 'spotlightContent' BUT NOT Event Landing
Section Landing and Event Landing parent page in the content tree is HomePage
Section Landing and Event landing share the same page template.
In this template, it embeds spotlightContent. In Version 7.2.8, if the page doesnt have this property, it just ignores it completely.
But in 7.4.3, the Event landing page is getting the spotlightContent from the Homepage instead of ignoring it.
Is there any quick fix to this? Please help. I tested it in 2 different environments, same installation, same issue :(
I have noticed this bug too on a website we have upgraded from 4.7 to 7.4. But it was only when we use the backoffice template editor add the item value. I think it is a bug with the parameter "recursive". It behaves like the parameter "recursive" is always true.
To fix it, we have done a macro with a parameter named propertyAlias which return the value of the property passed in the current node when the property exists.
are you using the latest umbraco forms (4.3.2)? I found another issue. Maybe it has nothing to do with our issue but as far as I know it has issues again of our site being in webforms.
the issue is the next button doesnt work in multipage forms. but it works fine in mvc. Are you experiencing this?
Umbraco V7.4.3 gets parent property in content tree
I am using V7.4.3 (was upgraded from Umbraco 7.2.8)
was successful. Now i see a major issue.
Here is my document type hierarchy
I have three document types called Section Landing and Event Landing and Home page all inheriting from a master document that has SEO properties.
Homepage and Section Landing has a property called 'spotlightContent' BUT NOT Event Landing
Section Landing and Event Landing parent page in the content tree is HomePage
Section Landing and Event landing share the same page template. In this template, it embeds spotlightContent. In Version 7.2.8, if the page doesnt have this property, it just ignores it completely.
But in 7.4.3, the Event landing page is getting the spotlightContent from the Homepage instead of ignoring it.
Is there any quick fix to this? Please help. I tested it in 2 different environments, same installation, same issue :(
I run umbraco in incognito mode.
any help is appreciated. thank you.
http://issues.umbraco.org/issue/U4-8617
I tried to replicate it on a fresh install, it doesnt happen.
My site is also in webforms.. and majority of the pages use masterpages
... another update.. I was able to replicate this behaviour in a webforms mvc fresh installation
I have noticed this bug too on a website we have upgraded from 4.7 to 7.4. But it was only when we use the backoffice template editor add the item value. I think it is a bug with the parameter "recursive". It behaves like the parameter "recursive" is always true.
were you able to fix it?
quick fix:
http://issues.umbraco.org/issue/U4-8617#comment=67-29768
BUT it isnt ideal. I thought useIfEmpty="" will work but it didnt
To fix it, we have done a macro with a parameter named propertyAlias which return the value of the property passed in the current node when the property exists.
are you using the latest umbraco forms (4.3.2)? I found another issue. Maybe it has nothing to do with our issue but as far as I know it has issues again of our site being in webforms.
the issue is the next button doesnt work in multipage forms. but it works fine in mvc. Are you experiencing this?
is working on a reply...