We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Somewhat a followup from #15451. You are able to create a feature profile, but it doesn't take effect.
Steps to reproduce the behavior:
[{"Rule":"Exclude","Expression":"OrchardCore.Flows"}]
OrchardCore.Flows
Additional note: The same happens when the feature profile is imported from a recipe such as this one.
The feature with the "Exclude" rule should not show up in the tenant's feature list.
The text was updated successfully, but these errors were encountered:
Based on my testing(main branch), it turns out the profile rule didn't get saved.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Describe the bug
Somewhat a followup from #15451. You are able to create a feature profile, but it doesn't take effect.
To Reproduce
Steps to reproduce the behavior:
[{"Rule":"Exclude","Expression":"OrchardCore.Flows"}]
)OrchardCore.Flows
)" is still on the list.Additional note: The same happens when the feature profile is imported from a recipe such as this one.
Expected behavior
The feature with the "Exclude" rule should not show up in the tenant's feature list.
The text was updated successfully, but these errors were encountered: