Merge remote-tracking branch 'origin/bugfix/missing_content_login' into release/profile-directory

This commit is contained in:
Jean-Baptiste Pasquier 2020-04-16 14:39:54 +02:00
commit 9b577fb894
No known key found for this signature in database
GPG Key ID: F2702E6D22ED4D62
2 changed files with 4 additions and 5 deletions

View File

@ -42,6 +42,5 @@ script(data-default-context, type="application/ld+json")
| "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",
| "picture": "foaf:depiction", | "picture": "foaf:depiction"
| "isAdmin": "http://happy-dev.fr/owl/#is_admin"
| } | }

View File

@ -54,9 +54,9 @@
sib-display( sib-display(
data-src='${value}' data-src='${value}'
fields='user' fields='user'
search-fields='isAdmin' search-fields='is_admin'
search-value-isAdmin='true' search-value-is_admin='true'
search-widget-isAdmin='sib-form-hidden' search-widget-is_admin='sib-form-hidden'
widget-user='project-captain' widget-user='project-captain'
) )