Open
Description
This is an known issue at Umbraco HQ and was fixed. Please see:
And is easily fixed in the FluidityTreeController.cs file by changing:
public TreeNode GetTreeNode(string id, FormDataCollection queryStrings)
to
public TreeNode GetTreeNode(string id)
and add this line at the start of the method:
var queryStrings = new FormDataCollection(Request.RequestUri.Query.TrimStart('?'));
I have branched and fixed locally. Can I help by pushing this fix to you somehow?
Metadata
Assignees
Labels
No labels
Activity