Skip to content

Fix handling of guest role

Daniel Gerhardt requested to merge fix-guest-role-handling into master

Role check didn't work correctly in some cases because the enum values were of type number and didn't match API response values. Furthermore, methods for entity classes don't work for objects created by Angular's HttpClient.

Merge request reports