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",
|
| "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"
|
|
||||||
| }
|
| }
|
||||||
|
@ -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'
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user