Closed ajz007 closed 1 year ago
I believe this was fixed in Scoold 1.52.1
. Please confirm you are running the latest stable version.
ohh.. my bad then. I am testing in 1.52.0 I can check again on the latest version.
I checked this again in the latest version 1.52.1 and I can see the same behavior
Fixed, thanks!
When I launch the app on my local environment I can see two default spaces named as - 'default' and 'Default Space' I believe only 'Default Space' should be available.
Please note that the database only has one entry for default for type { type: 'scooldspace'}
Steps to replicate:
Windows 10 Pro, Chrome Version 110.0.5481.104
Possible code issue: ScooldUtils.assignSpacesToUser --> authUser.getSpaces().addAll(assignedSpaces);
The problem is that authUser.getSpaces() returns a DEFAULT_SPACE and assignedSpaces also contains a default space