ppazos / cabolabs-ehrserver

Open platform to manage and share standardized clinical data, designed by @ppazos at CaboLabs Health Informatics.
https://cabolabs.com
Apache License 2.0
179 stars 110 forks source link

User show in prod doesn't show associated RoleUser on organizatons #1002

Closed ppazos closed 5 years ago

ppazos commented 5 years ago

Table is just blank.

On user edit the RoleUser is shown.

It might be a HTML issue.

ppazos commented 5 years ago

Doing own user edit with an orgman, the current orgman role is not checked in the user edit.

ppazos commented 5 years ago

The issue was the role comparison with javassist classes was not returning true, needed to check equality by role.authority, not sure why this was working before.