improvements to page template processing in cases where a page parent and name is specified without a path

This commit is contained in:
sbwalker
2023-06-09 12:33:07 -04:00
parent 5d650bd276
commit a9d871e9af
2 changed files with 18 additions and 7 deletions

View File

@ -44,6 +44,7 @@ namespace Oqtane.Models
}
public string Path { get; set; }
// note that Parent actually means Parent Path
public string Parent { get; set; }
public string Name { get; set; }
public string Title { get; set; }