-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Default Fallback with Lateral Fallback #10
Comments
I found that the main issue is that a lot of the checks for if a field has a value is "value == null" rather than "string.IsNullOrEmpty(value)" -- I pulled the code down and tried the above fix and it worked as expected. I found that this happens with most of the processors. |
Keith, |
We were seeing issues in which it was taking the value from the Default Fallback even though that field was never touched. It was trumping another field because the returned value was an empty string rather than a null. |
Updated the documentation to provide better information on having Lateral Fallback work on nested fallback. |
Hello,
I'm seeing two, maybe related, issues with Sitecore 7.2 Update 2.
The text was updated successfully, but these errors were encountered: