-
Notifications
You must be signed in to change notification settings - Fork 28
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
Make sure to set the variationContext for sitemap #166
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
} | ||
} | ||
ClearCache(nodeId); | ||
} | ||
|
||
public void Delete(int nodeId, string fieldAlias) | ||
public void Delete(int nodeId, string fieldAlias, string culture) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@patrickdemooij9 Should this culture default to null, same as the interface?
public void Delete(int nodeId, string fieldAlias, string culture) | |
public void Delete(int nodeId, string fieldAlias, string culture = null) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch. Not quite sure why it wasn't complaining about it but I changed it to the default null now
Thanks for the check on my code @ianleeder! Guess I still have to put some settings correct on my new laptop |
Not a problem @patrickdemooij9. Any estimates on when you'll release the next version? My project is going live soon, and I'd like to slip this fix in if possible. |
I am going to try and get this bug fixed: #164 and then I'll deploy a release. The new version will most likely be available before next saturday |
* Make sure to set the variationContext for sitemap * Some fixes * Last fix
@ianleeder |
Fixes #162
And should also fix the issues reported by @ianleeder in #123