RaythaHQ / raytha

Raytha is a powerful CMS with an easy-to-use interface and fast performance. It offers custom content types, a template engine, and various access controls. It supports multiple storage providers and an automatically generated REST API. Upgrade your development workflow with Raytha.
MIT License
144 stars 30 forks source link

Crash on admin screen after favoriting a view #91

Closed apexdodge closed 1 year ago

apexdodge commented 1 year ago

Admin view on content items list view crashes after favoriting a view.

image

GetFavoriteViewsForAdmin.Query is crashing when mapping to ViewDto because Route is not included in the query result.

image

We need to add .Include(p => p.Route)

image

apexdodge commented 1 year ago

Fixed with v1.0.3