User profile info are not displayed
Activity
-
Newest first Oldest first
-
Show all activity Show comments only Show history only
- Ghost User changed milestone to %Projects part I
changed milestone to %Projects part I
By Alexandre on 2019-12-02T11:57:41 (imported from GitLab project)
- Calum Mackervoy mentioned in merge request !86 (merged)
mentioned in merge request !86 (merged)
- Maintainer
opened up MR !86 (merged) for this.. only added the first_name display (as this was all that was displayed in the mockups) .. and for me profile picture worked already
I set it to an external URL via the admin panel (http://127.0.0.1:8000/admin/djangoldp_account/account/2/change/)
Edited by Calum Mackervoy - Calum Mackervoy mentioned in issue #321 (closed)
mentioned in issue #321 (closed)
- Maintainer
How do you set your avatar when you test? Maybe this is an issue with uploaded avatars
Edited by Calum Mackervoy
- Maintainer
@alexandre
- Owner
You can just put any url to any image on the field. It'll works :)
- Author Contributor
With this image, it is not working for me : https://3.bp.blogspot.com/-H44var-Uslc/UG_onvdle1I/AAAAAAAApGE/F0iFYdEFtLY/s1600/Sexy+Girls+Desktop+wallpaper+-+1920+x+1080+-+Ministry+of+Wallpapers+(78).jpg
I see the image within the chat window, but not on the top right corner.
By Alexandre on 2019-12-15T10:26:49 (imported from GitLab project)
- Maintainer
But let's be honest, who would be working with this picture anyway...
- Maintainer
I replicated the issue on test-paris but locally it works for me
@jbpasquier is test-paris serving the latest staging version of sib-app?
- Owner
It's the latest of server & frontend (staging) on test-paris.
- Maintainer
I can only replicate this error when I'm logged in as a user from api.test-paris
The only major difference between responses from my localhost and test-paris is in the "context" field
https://api.test-paris.happy-dev.fr/accounts/calum/
"@context":["https://cdn.happy-dev.fr/owl/hdcontext.jsonld",{"picture":"foaf:depiction"}]
http://localhost:8000/accounts/calmac/
"@context":"https://cdn.happy-dev.fr/owl/hdcontext.jsonld"
@jbpasquier could this be the source of the error?
- Owner
Absolutly. But I don't get why test-paris gives you that?
- Owner
I just updated test-paris with latest djangoldp-account, forgot that it used a symlink with a local branch. Is it better now?
- Calum Mackervoy mentioned in merge request !93 (merged)
mentioned in merge request !93 (merged)
- Maintainer
MR fixing this open !93 (merged) .. added foaf:depiction to the sib-app's context/vocabulary
- Jean-Baptiste Pasquier closed
closed