Skip to content
Snippets Groups Projects
Commit 2a428210 authored by Jean-Baptiste Pasquier's avatar Jean-Baptiste Pasquier
Browse files

Merge branch 'user-profile-info' into 'staging'

fixed first name display in userDetails

See merge request startinblox/applications/sib-app!86
parents dbf918f3 ef256c70
No related branches found
No related tags found
1 merge request!86fixed first name display in userDetails
...@@ -4,5 +4,7 @@ ...@@ -4,5 +4,7 @@
"object": "http://happy-dev.fr/owl/#object", "object": "http://happy-dev.fr/owl/#object",
"author": "http://happy-dev.fr/owl/#author", "author": "http://happy-dev.fr/owl/#author",
"account": "http://happy-dev.fr/owl/#account", "account": "http://happy-dev.fr/owl/#account",
"jabberID": "foaf:jabberID" "jabberID": "foaf:jabberID",
"firstName": "http://happy-dev.fr/owl/#first_name",
"lastName": "http://happy-dev.fr/owl/#last_name"
} }
...@@ -18,7 +18,6 @@ details#user-controls ...@@ -18,7 +18,6 @@ details#user-controls
summary(tabindex='0' role='button') summary(tabindex='0' role='button')
sib-display#user-controls__profile( sib-display#user-controls__profile(
fields='firstName, account.picture' fields='firstName, account.picture'
extra-context='{firstName:"first_name"}'
widget-account.picture='hd-user-avatar' widget-account.picture='hd-user-avatar'
bind-user bind-user
) )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment