Skip to content

Commit c19a1c0

Browse files
committed
Minor fix - Solving the issue with expanding subwebs when connected to tenant in CSOM SP Connector
1 parent 9af5910 commit c19a1c0

File tree

1 file changed

+1
-0
lines changed
  • src/SPCoder.SharePoint.Client/Utils/Nodes

1 file changed

+1
-0
lines changed

src/SPCoder.SharePoint.Client/Utils/Nodes/WebNode.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ public WebNode(Web web) : this()
3434
base.LoadedData = false;
3535

3636
this.AbsoluteUrl = WebUtils.MakeAbsoluteUrl(web, base.Url);
37+
this.realObject = web;
3738
}
3839

3940
public override object GetRealSPObject()

0 commit comments

Comments
 (0)