Skip to content
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

Allow Default tenant’s admin to assign multiple feature-profiles to the same tenant #11841

Merged

Conversation

MikeAlhayek
Copy link
Member

@MikeAlhayek MikeAlhayek commented Jun 9, 2022

This PR provide few enhancements to the Tenants modules discussed in #10963

Fix #10963

Here are some of the highlights.

  1. When using FeatureProfile add an id to the profile instead of using the existing editable name. This way renaming profile won't break anything. To keep it backward compatible, we treat current name as the id for old entries. Note renaming old entries won't cause any issue since we consider the id as the name before the new name is saved.
  2. Allow the user to have multiple profiles more on than explained in In a SaaS setup, how can the SaaS admin/owner manage the tenant features? Fix In a SaaS setup, how can the SaaS admin/owner manage the tenant features? #10962

This PR to replace #10996

@MikeAlhayek MikeAlhayek changed the title Allow tenant to use multiple feature profiles Allow Default tenant’s admin to assign multiple feature-profiles to the same tenant Aug 17, 2022
@MikeAlhayek
Copy link
Member Author

@sebastienros this has been setting for a while. Can you please take a look?

@MikeAlhayek MikeAlhayek added this to the 1.6 milestone Dec 5, 2022
@jtkech
Copy link
Member

jtkech commented Jan 5, 2023

@MikeAlhayek

Oops sorry didn't have time to review this one again, but first need to complete #13040 as it is related to a breaking change, but there are many scenarios so it may take some times, I will try this week end.

@MikeAlhayek
Copy link
Member Author

@jtkech do you have any further update here?

@jtkech
Copy link
Member

jtkech commented Jan 24, 2023

Okay, will look at it next night

@MikeAlhayek
Copy link
Member Author

@jtkech fixed conflicts we had.

@MikeAlhayek MikeAlhayek merged commit 5e37e29 into OrchardCMS:main Jan 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
4 participants