Fix mis-calles of user as node
This commit is contained in:
parent
83d0ffaab8
commit
ada214a995
1 changed files with 4 additions and 4 deletions
|
@ -176,9 +176,9 @@ display:
|
|||
- 'user.node_grants:view'
|
||||
- user.permissions
|
||||
tags: { }
|
||||
feed_1:
|
||||
feed_all:
|
||||
display_plugin: feed
|
||||
id: feed_1
|
||||
id: feed_all
|
||||
display_title: Feed
|
||||
position: 2
|
||||
display_options:
|
||||
|
@ -261,9 +261,9 @@ display:
|
|||
validate_options: { }
|
||||
break_phrase: false
|
||||
not: false
|
||||
entity_type: node
|
||||
entity_type: user
|
||||
entity_field: uid
|
||||
plugin_id: numeric
|
||||
plugin_id: user_uid
|
||||
defaults:
|
||||
arguments: false
|
||||
relationships: false
|
||||
|
|
Loading…
Add table
Reference in a new issue