ensure Pages collection is always returned in the same order by moving GetPagesHierarchy method to the repository.

This commit is contained in:
sbwalker
2024-12-19 14:45:12 -05:00
parent b5a1b529ab
commit 80c8433aad
4 changed files with 48 additions and 5 deletions

View File

@ -9,7 +9,7 @@ using System.Net;
using Oqtane.Enums;
using Oqtane.Infrastructure;
using Oqtane.Repository;
using System.IO;
using System;
namespace Oqtane.Controllers
{