Skip to content
Snippets Groups Projects
Commit b354da5c authored by Kevin Kaland's avatar Kevin Kaland
Browse files

Issue #2359213: Fix default View.

parent e07ea8c9
No related branches found
No related tags found
No related merge requests found
...@@ -32,7 +32,7 @@ display: ...@@ -32,7 +32,7 @@ display:
disable_sql_rewrite: false disable_sql_rewrite: false
distinct: false distinct: false
replica: false replica: false
query_comment: false query_comment: ''
query_tags: { } query_tags: { }
exposed_form: exposed_form:
type: basic type: basic
...@@ -141,7 +141,7 @@ display: ...@@ -141,7 +141,7 @@ display:
suffix: '' suffix: ''
target: '' target: ''
nl2br: false nl2br: false
max_length: '' max_length: null
word_boundary: true word_boundary: true
ellipsis: true ellipsis: true
more_link: false more_link: false
...@@ -201,7 +201,7 @@ display: ...@@ -201,7 +201,7 @@ display:
suffix: '' suffix: ''
target: '' target: ''
nl2br: false nl2br: false
max_length: '' max_length: null
word_boundary: true word_boundary: true
ellipsis: true ellipsis: true
more_link: false more_link: false
...@@ -252,7 +252,7 @@ display: ...@@ -252,7 +252,7 @@ display:
suffix: '' suffix: ''
target: '' target: ''
nl2br: false nl2br: false
max_length: '' max_length: null
word_boundary: true word_boundary: true
ellipsis: true ellipsis: true
more_link: false more_link: false
...@@ -277,11 +277,11 @@ display: ...@@ -277,11 +277,11 @@ display:
entity_type: fillpdf_form entity_type: fillpdf_form
entity_field: title entity_field: title
plugin_id: standard plugin_id: standard
uri: file__target_id:
id: uri id: file__target_id
table: file_managed table: fillpdf_forms
field: uri field: file__target_id
relationship: file relationship: none
group_type: group group_type: group
admin_label: '' admin_label: ''
label: Location label: Location
...@@ -303,7 +303,7 @@ display: ...@@ -303,7 +303,7 @@ display:
suffix: '' suffix: ''
target: '' target: ''
nl2br: false nl2br: false
max_length: '' max_length: 0
word_boundary: true word_boundary: true
ellipsis: true ellipsis: true
more_link: false more_link: false
...@@ -325,11 +325,22 @@ display: ...@@ -325,11 +325,22 @@ display:
hide_empty: false hide_empty: false
empty_zero: false empty_zero: false
hide_alter_empty: true hide_alter_empty: true
link_to_file: false click_sort_column: target_id
file_download_path: false type: file_default
entity_type: file settings: { }
entity_field: uri group_column: ''
plugin_id: file_uri group_columns: { }
group_rows: true
delta_limit: 0
delta_offset: 0
delta_reversed: false
delta_first_last: false
multi_type: separator
separator: ', '
field_api_classes: false
entity_type: fillpdf_form
entity_field: file
plugin_id: field
nothing: nothing:
id: nothing id: nothing
table: views table: views
...@@ -356,7 +367,7 @@ display: ...@@ -356,7 +367,7 @@ display:
suffix: '' suffix: ''
target: '' target: ''
nl2br: false nl2br: false
max_length: '' max_length: null
word_boundary: true word_boundary: true
ellipsis: true ellipsis: true
more_link: false more_link: false
...@@ -405,7 +416,7 @@ display: ...@@ -405,7 +416,7 @@ display:
suffix: '' suffix: ''
target: '' target: ''
nl2br: false nl2br: false
max_length: '' max_length: null
word_boundary: true word_boundary: true
ellipsis: true ellipsis: true
more_link: false more_link: false
...@@ -434,12 +445,12 @@ display: ...@@ -434,12 +445,12 @@ display:
field: nothing field: nothing
relationship: none relationship: none
group_type: group group_type: group
admin_label: 'Operations: Export field mappings' admin_label: 'Operations: Export'
label: '' label: ''
exclude: false exclude: false
alter: alter:
alter_text: true alter_text: true
text: 'Export field mappings' text: 'Export configuration'
make_link: true make_link: true
path: 'admin/structure/fillpdf/{{ fid }}/export' path: 'admin/structure/fillpdf/{{ fid }}/export'
absolute: false absolute: false
...@@ -454,7 +465,7 @@ display: ...@@ -454,7 +465,7 @@ display:
suffix: '' suffix: ''
target: '' target: ''
nl2br: false nl2br: false
max_length: '' max_length: null
word_boundary: true word_boundary: true
ellipsis: true ellipsis: true
more_link: false more_link: false
...@@ -483,12 +494,12 @@ display: ...@@ -483,12 +494,12 @@ display:
field: nothing field: nothing
relationship: none relationship: none
group_type: group group_type: group
admin_label: 'Operations: Import field mappings' admin_label: 'Operations: Import'
label: '' label: ''
exclude: false exclude: false
alter: alter:
alter_text: true alter_text: true
text: 'Import field mappings' text: 'Import configuration'
make_link: true make_link: true
path: 'admin/structure/fillpdf/{{ fid }}/import' path: 'admin/structure/fillpdf/{{ fid }}/import'
absolute: false absolute: false
...@@ -503,7 +514,7 @@ display: ...@@ -503,7 +514,7 @@ display:
suffix: '' suffix: ''
target: '' target: ''
nl2br: false nl2br: false
max_length: '' max_length: null
word_boundary: true word_boundary: true
ellipsis: true ellipsis: true
more_link: false more_link: false
...@@ -532,22 +543,17 @@ display: ...@@ -532,22 +543,17 @@ display:
header: { } header: { }
footer: { } footer: { }
empty: { } empty: { }
relationships: relationships: { }
file:
id: file
table: fillpdf_forms
field: file
relationship: none
group_type: group
admin_label: File
required: false
entity_type: fillpdf_form
entity_field: file
plugin_id: standard
arguments: { } arguments: { }
display_extenders: { } display_extenders: { }
field_langcode: '***LANGUAGE_language_content***' field_langcode: '***LANGUAGE_language_content***'
field_langcode_add_to_query: null field_langcode_add_to_query: null
cache_metadata:
max-age: 0
contexts:
- 'languages:language_content'
- 'languages:language_interface'
tags: { }
block_1: block_1:
display_plugin: block display_plugin: block
id: block_1 id: block_1
...@@ -557,3 +563,9 @@ display: ...@@ -557,3 +563,9 @@ display:
display_extenders: { } display_extenders: { }
field_langcode: '***LANGUAGE_language_content***' field_langcode: '***LANGUAGE_language_content***'
field_langcode_add_to_query: null field_langcode_add_to_query: null
cache_metadata:
max-age: 0
contexts:
- 'languages:language_content'
- 'languages:language_interface'
tags: { }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment