Try our conversational search powered by Generative AI!

Has this bug been deployed to 7.5

Vote:
 

can anyone tell me if bug #91931 has been fixed and is part of the 7.5 code base? we are running 7.5 with patch 2 installed but still see this problem occuring. 

is there any update on this?

#80823
Feb 03, 2014 13:13
Vote:
 

Yes, the bug was fixed quite some time ago. The pattern is a bit different in EPiServer 7.5 and you can now specify what pattern to use when getting links, otherwise the links will be resolved depending on the current "mode", like default edit or preview. Here is a code sample you can use to get a URL with the site/default mode:

url = urlResolver.GetUrl(content.ContentLink, content.LanguageBranch(), new VirtualPathArguments() { ContextMode = ContextMode.Default });

#80824
Feb 03, 2014 13:38
This topic was created over six months ago and has been resolved. If you have a similar question, please create a new topic and refer to this one.
* 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.