Closed carlgleisner closed 8 months ago
This is fixed in main
of ash_admin
and back ported to 2.0
There is a difficulty here with the way we've set up our releases for this package, releasing a pre-3.0 version is kind of hard. Are you planning on upgrading to 3.0 any time soon? Would make our lives easier if we didn't have to figure it out right now 😆
[…] Are you planning on upgrading to 3.0 any time soon? Would make our lives easier if we didn't have to figure it out right now 😆
I'm a happy camper here, no need for a pre-3.0 on my behalf! 🤗 I trust that you are sufficiently occupied as it is 🫠
Describe the bug
Trying to set the current user with the key-button int he UI in a schema based multitenancy setup throws an error.
To Reproduce
Set tenant and confirm that this is working fine in other respects than setting the user.
Then try to set the user with the key button.
That crashes the LiveView process with the following error.
Expected behavior
The current user, fetched from the
users
table of the set tenant, to be set.Runtime
Additional context
Comment from @zachdaniel on Discord: