-
-
Notifications
You must be signed in to change notification settings - Fork 367
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 null group assignment for users #867
Comments
Since this will require another DB migration I thought it might be good to include it in the same release as #957 since that will require one as well. If there are no problems I will start working on it. |
I am running into some problems trying to figure out the best way to handle this. I am running into foreign key constraints from the relationships added here https://github.com/userfrosting/UserFrosting/blob/master/app/sprinkles/account/src/Database/Migrations/v420/AddingForeignKeys.php#L44 Even if we make the |
That's because the |
Can we use
Otherwise validation fails if |
Allow null group assignment for users (Issue #867)
Was addressed in #964. |
This will probably require a db migration to allow nullable value. The UI need to be allow for a "no group" option.
(Ref #843)
The text was updated successfully, but these errors were encountered: