Bruno Samardzic
Bruno Samardzic
I'm seeing a lot of these errors when developing with orchard and there's not much help about it. So i decided to add a safeguard and some context when error...
I've added a nicer homepage that showcases module and admin functionalities after setup is complete
What I could see is that With is translated to "INNER JOIN". How can i get it to translate to "LEFT JOIN"? I need to query against different types which...
This type of query ``` var includeDraft = true; _session.Query(x => (x.Published || includeDraft)); ``` Gets translated in SQL Server into ``` exec sp_executesql N'SELECT DISTINCT [Document].* FROM [Document] INNER...
Fixes #16886 Do note there's a precedence of passing TypePartDefintion in UserPickerFieldDisplayDriver. I realise these fields are not used, but it enables for developers to override and customize field behaviour...
### Describe the bug I've reached out about this on Discord, but I feel this should be considered a bug and maybe better to discuss it here. I would inherit/extend...