-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added feature ID in braces to feature name for clarity #10391
Conversation
src/OrchardCore.Modules/OrchardCore.Taxonomies/Liquid/TaxonomyTermFilter.cs
Outdated
Show resolved
Hide resolved
Can you send a screenshot with the changes? Looks like a good idea though |
Any chance of a screenshot for this? I think the change would be really useful |
Hey Dean, sorry for delay i've been terribly busy launching an Orchard site:). I'll have one ready tomorrow. I have a bunch of other ideas and suggestions that i gathered migrating an old site to Orchard |
# Conflicts: # src/OrchardCore.Modules/OrchardCore.Features/Views/Admin/Features.cshtml
I checked out the PR, going over old ones, and this would indeed be quite useful. So, I fixed the merge conflict. Old UI: New UI with @brunoAltinet's changes: After I tweaked it with |
* Added feature id in braces to feature name for clarity * Update TaxonomyTermFilter.cs * Adding code formatting --------- Co-authored-by: Zoltán Lehóczky <[email protected]>
* Added feature id in braces to feature name for clarity * Update TaxonomyTermFilter.cs * Adding code formatting --------- Co-authored-by: Zoltán Lehóczky <[email protected]>
) * Added feature id in braces to feature name for clarity * Update TaxonomyTermFilter.cs * Adding code formatting --------- Co-authored-by: Zoltán Lehóczky <[email protected]>
This one got me banging head against the wall for hours. I assumed that the feature is calle OrchardCore.Media.Azure, but it's actually called OrchardCore.Media.Azure.Storage. There's no way to see that unless you have OrchardCore source open, and i'm explictliy building against packages. We need to show feature id somewhere, somehow.