YodasMyDad / ZauberCMS

The Blazor CMS, built by .Net Developers for .Net Developers
MIT License
45 stars 4 forks source link

Add Include Children On System Tab #2

Closed YodasMyDad closed 2 months ago

YodasMyDad commented 2 months ago

Add a bool to Content which will display on the system tab, when enabled, in the front end, the children will be included in the SQL query.

Used for pages that display the child items and saves the developer making a unnecessary second call to get the children. Update the Command query to check for this in the entry page and IncludeChildren = true