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",
| "account": "http://happy-dev.fr/owl/#account",
| "jabberID": "foaf:jabberID",
| "picture": "foaf:depiction",
| "isAdmin": "http://happy-dev.fr/owl/#is_admin"
| "picture": "foaf:depiction"
| }

View File

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