When person has no hats, hat creator show in content pane.
This commit is contained in:
parent
a6449a9cdc
commit
25981b45f6
@ -1,6 +1,8 @@
|
|||||||
langcode: en
|
langcode: en
|
||||||
status: true
|
status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
|
config:
|
||||||
|
- block.block.hatcreator
|
||||||
module:
|
module:
|
||||||
- zencrm_entities
|
- zencrm_entities
|
||||||
id: this_person_s_hats
|
id: this_person_s_hats
|
||||||
@ -244,7 +246,7 @@ display:
|
|||||||
exclude: false
|
exclude: false
|
||||||
alter:
|
alter:
|
||||||
alter_text: true
|
alter_text: true
|
||||||
text: '<a class=''use-ajax'' data-dialog-type=''modal'' href=''/zencrm/hat/{{ id }}/edit?destination=/zencrm/person/{{ raw_arguments.person }}''>Edit</a>'
|
text: '<div><a class=''use-ajax'' data-dialog-type=''modal'' href=''/zencrm/hat/{{ id }}/edit?destination=/zencrm/person/{{ raw_arguments.person }}''>Edit</a></div>'
|
||||||
make_link: false
|
make_link: false
|
||||||
path: ''
|
path: ''
|
||||||
absolute: false
|
absolute: false
|
||||||
@ -287,7 +289,20 @@ display:
|
|||||||
title: 'This Person''s Hats'
|
title: 'This Person''s Hats'
|
||||||
header: { }
|
header: { }
|
||||||
footer: { }
|
footer: { }
|
||||||
empty: { }
|
empty:
|
||||||
|
entity_block:
|
||||||
|
id: entity_block
|
||||||
|
table: views
|
||||||
|
field: entity_block
|
||||||
|
relationship: none
|
||||||
|
group_type: group
|
||||||
|
admin_label: ''
|
||||||
|
empty: true
|
||||||
|
tokenize: true
|
||||||
|
target: hatcreator
|
||||||
|
view_mode: default
|
||||||
|
bypass_access: false
|
||||||
|
plugin_id: entity
|
||||||
relationships: { }
|
relationships: { }
|
||||||
arguments:
|
arguments:
|
||||||
person:
|
person:
|
||||||
|
Reference in New Issue
Block a user