Merge remote-tracking branch 'origin/bugfix/missing_content_login' into release/profile-directory
This commit is contained in:
commit
9b577fb894
@ -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"
|
||||
| }
|
||||
|
@ -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'
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user