XPath can unambiguously use $site/$parent (#14127)
* XPath can unambiguously use $site/$parent * add deprecation notices and obsolete methods * Update deprecation description text/instruction Co-authored-by: Mole <nikolajlauridsen@protonmail.ch> * Small spelling fix on deprecation description * keep depr. getByQuery and handle legacy usage --------- Co-authored-by: Kalle Macklin <karlmacklin@users.noreply.github.co> Co-authored-by: Mole <nikolajlauridsen@protonmail.ch>
This commit is contained in:
@@ -79,6 +79,7 @@ internal class NotFoundHandlerHelper
|
||||
var xpathResult = UmbracoXPathPathSyntaxParser.ParseXPathQuery(
|
||||
errorPage.ContentXPath!,
|
||||
domainContentId,
|
||||
null,
|
||||
nodeid =>
|
||||
{
|
||||
IEntitySlim? ent = entityService.Get(nodeid);
|
||||
|
||||
Reference in New Issue
Block a user