Niraj Soni
Niraj Soni
@fuzl-llc I guess you can execute sql queries directly to db without needing to use OC's parser see. https://docs.orchardcore.net/en/latest/docs/reference/core/Data/#example
> Build failed it’s failed due to line ending in Linux. Git config takes care of line ending based on OS. However editorconfig has defined it crlf May be just...
I guess Default is single form that covers most, However I believe using placement and overriding templates you can achieve what you need
@MikeAlhayek I am not denying that issue exists, I am saying is default behavior of tab placement uses same form as everywhere else in orchard and consistent. if separate form...
@MikeAlhayek I have not tested but I guess using placement you can set group as `Content@profile` Even setting card/tab on group should work too `Content@profile#tab1`
I see a need for Nav placement something like `Content@setting(Custom Setting):10` that will place content on setting group on content zone at 10, but always render Navs with link to...
@MikeAlhayek I also prefer tabs to organize content without vertical scroll I also like all edit at once
UX varies by needs - your needs may differ than others, Converting to card/columns are fine when you have fewer fields in fewer tabs - but bad idea when you...
IMO UserStore should stay unchanged, the approach we should take here is 1. In AddOrchard() after AddIdentity - implement NULLRoleStore and register `IRoleStore, RoleStore`, 2. In Roles module replace `NULLRoleStore`...
Enabling Location feature should solve this if you doesn’t want to enable localization feature then set UI culture in program.cs related issues https://github.com/OrchardCMS/OrchardCore/issues/10655#issuecomment-962632483