A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
AI OnAI Off
A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
private void SortPages(PageDataCollection pages) { FilterSort sorter = new FilterSort(this.SortOrder); sorter.Sort(pages); }... but the problem is one of the PageDataCollections is popluated by PageTreeLoader.GetPageTree. Apparently the FilterSorter-class is not able to sort different levels of the tree in the right way since the pages on lower levels get moved to another parentnode, so to speak. Anyone that has tried and solved this problem or have any ideas how to solve this? thanx in advance, Johan