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
The role tables on the edit user page use the same mutation from the edit user page itself. However, this mutation is set to null out empty email addresses. Since the role dialogs do not provide an email address they null out the email field for the user.
🦋 Expected Behaviour
Role edits should not affect the user's email address
🐛 Bug
The role tables on the edit user page use the same mutation from the edit user page itself. However, this mutation is set to null out empty email addresses. Since the role dialogs do not provide an email address they null out the email field for the user.
🦋 Expected Behaviour
Role edits should not affect the user's email address
🕵️ Details
It seems like this behaviour was added in #4103.
📋 Steps to Reproduce
📸 Screenshot
Add a screenshot (if possible).
🙋♀️ Proposed Solution
Perhaps the page should pass a separate mutation to the role tables? Or the role tables should manage their own mutations?
✅ Acceptance Criteria
The text was updated successfully, but these errors were encountered: