You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks like it creates a new feature profile but doesn't store it. (I've noticed this while validating Lombiq.Hosting.Tenants.FeaturesGuard in anticipation of OC 1.9.)
EDIT: Also forgot to mention that even if I add a feature profile from a setup recipe it doesn't show up in the Feature Profiles list.
To Reproduce
Steps to reproduce the behavior:
Set up a new site.
Enable Tenants and Tenant Feature Profiles features.
Go to Admin > Multi-Tenancy > Feature Profiles.
Click "Add Feature Profile" button.
Give it any name and copy the example rules from the text under the Rules field.
Click "Save and Continue".
Get redirected to a Not Found page and there are no error logs.
Go back to the Feature Profiles page and the list is empty.
Expected behavior
It should create and store a new Feature Profile.
Screenshots
Despite my initial guess, the JSON is correctly parsed:
The text was updated successfully, but these errors were encountered:
Describe the bug
Looks like it creates a new feature profile but doesn't store it. (I've noticed this while validating
Lombiq.Hosting.Tenants.FeaturesGuard
in anticipation of OC 1.9.)EDIT: Also forgot to mention that even if I add a feature profile from a setup recipe it doesn't show up in the Feature Profiles list.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
It should create and store a new Feature Profile.
Screenshots
Despite my initial guess, the JSON is correctly parsed:
The text was updated successfully, but these errors were encountered: