backoffice drag a large number of subitems to be invalid
My umbraco version is 7.4.3.
When i sort the sub items in backoffice, if sub items is less, sort function is ok, however if sub items is too many, drag and save, show me "Sorting complete.",but after reload the parent node, nothing change.
open the browser tool, when click the "Save" button, request the /umbraco/WebServices/NodeSorter.asmx/UpdateSortOrder?app=content
and post some data:
backoffice drag a large number of subitems to be invalid
My umbraco version is 7.4.3.
When i sort the sub items in backoffice, if sub items is less, sort function is ok, however if sub items is too many, drag and save, show me "Sorting complete.",but after reload the parent node, nothing change.
open the browser tool, when click the "Save" button, request the /umbraco/WebServices/NodeSorter.asmx/UpdateSortOrder?app=content and post some data:
then request the url:/umbraco/backoffice/UmbracoTrees/ContentTree/GetNodes?id=1093&application=content&tree=&isDialog=false , return data is :
Is this a bug?Someone can help me?
is working on a reply...