Skip to content
Snippets Groups Projects
Commit 15d1bf05 authored by Jonathan Sacksick's avatar Jonathan Sacksick Committed by Jonathan Sacksick
Browse files

Issue #3322702 by jsacksick, rszrama: Indicate the default store on the admin stores list.

parent ec27d460
Branches
Tags
2 merge requests!235Issue #3115150 by mbovan: Submitting add to cart form with empty quantity...,!205Issue #3349465 by tBKoT, jsacksick, bojanz: Update several VAT rates and setup...
......@@ -14,102 +14,12 @@ base_table: commerce_store_field_data
base_field: store_id
display:
default:
display_plugin: default
id: default
display_title: Master
display_plugin: default
position: 0
display_options:
access:
type: perm
options:
perm: 'access commerce_store overview'
cache:
type: none
options: { }
query:
type: views_query
options:
disable_sql_rewrite: false
distinct: false
replica: false
query_comment: ''
query_tags: { }
exposed_form:
type: basic
options:
submit_button: Apply
reset_button: false
reset_button_label: Reset
exposed_sorts_label: 'Sort by'
expose_sort_order: true
sort_asc_label: Asc
sort_desc_label: Desc
pager:
type: full
options:
items_per_page: 50
offset: 0
id: 0
total_pages: null
expose:
items_per_page: false
items_per_page_label: 'Items per page'
items_per_page_options: '5, 10, 25, 50'
items_per_page_options_all: false
items_per_page_options_all_label: '- All -'
offset: false
offset_label: Offset
tags:
previous: ' previous'
next: 'next ›'
first: '« first'
last: 'last »'
quantity: 9
style:
type: table
options:
grouping: { }
row_class: ''
default_row_class: true
override: true
sticky: false
caption: ''
summary: ''
description: ''
columns:
name: name
changed: changed
type: type
operations: operations
info:
name:
sortable: true
default_sort_order: asc
changed:
sortable: true
default_sort_order: desc
align: ''
separator: ''
empty_column: false
responsive: ''
type:
sortable: true
default_sort_order: asc
align: ''
separator: ''
empty_column: true
responsive: ''
operations:
sortable: false
default_sort_order: asc
align: ''
separator: ''
empty_column: false
responsive: ''
default: '-1'
empty_table: true
row:
type: fields
title: Stores
fields:
commerce_store_bulk_form:
id: commerce_store_bulk_form
......@@ -118,6 +28,8 @@ display:
relationship: none
group_type: group
admin_label: ''
entity_type: commerce_store
plugin_id: bulk_form
label: ''
exclude: false
alter:
......@@ -162,8 +74,73 @@ display:
action_title: 'With selection'
include_exclude: exclude
selected_actions: { }
is_default:
id: is_default
table: commerce_store_field_data
field: is_default
relationship: none
group_type: group
admin_label: ''
entity_type: commerce_store
plugin_id: bulk_form
entity_field: is_default
plugin_id: field
label: Default
exclude: true
alter:
alter_text: false
text: ''
make_link: false
path: ''
absolute: false
external: false
replace_spaces: false
path_case: none
trim_whitespace: false
alt: ''
rel: ''
link_class: ''
prefix: ''
suffix: ''
target: ''
nl2br: false
max_length: 0
word_boundary: true
ellipsis: true
more_link: false
more_link_text: ''
more_link_path: ''
strip_tags: false
trim: false
preserve_tags: ''
html: false
element_type: ''
element_class: ''
element_label_type: ''
element_label_class: ''
element_label_colon: true
element_wrapper_type: ''
element_wrapper_class: ''
element_default_classes: true
empty: ''
hide_empty: false
empty_zero: false
hide_alter_empty: true
click_sort_column: value
type: boolean
settings:
format: custom
format_custom_false: ''
format_custom_true: ' (Default)'
group_column: value
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
name:
id: name
table: commerce_store_field_data
......@@ -171,11 +148,14 @@ display:
relationship: none
group_type: group
admin_label: ''
entity_type: null
entity_field: name
plugin_id: field
label: Name
exclude: false
alter:
alter_text: false
text: ''
alter_text: true
text: '{{ name__value }}{{ is_default }}'
make_link: false
path: ''
absolute: false
......@@ -226,9 +206,6 @@ display:
multi_type: separator
separator: ', '
field_api_classes: false
entity_type: null
entity_field: name
plugin_id: field
changed:
id: changed
table: commerce_store_field_data
......@@ -236,6 +213,9 @@ display:
relationship: none
group_type: group
admin_label: ''
entity_type: commerce_store
entity_field: changed
plugin_id: field
label: Updated
exclude: false
alter:
......@@ -293,9 +273,6 @@ display:
multi_type: separator
separator: ', '
field_api_classes: false
entity_type: commerce_store
entity_field: changed
plugin_id: field
type:
id: type
table: commerce_store_field_data
......@@ -303,6 +280,9 @@ display:
relationship: none
group_type: group
admin_label: ''
entity_type: commerce_store
entity_field: type
plugin_id: commerce_entity_bundle
label: Type
exclude: false
alter:
......@@ -359,9 +339,6 @@ display:
separator: ', '
field_api_classes: false
hide_single_bundle: true
entity_type: commerce_store
entity_field: type
plugin_id: commerce_entity_bundle
operations:
id: operations
table: commerce_store
......@@ -369,6 +346,8 @@ display:
relationship: none
group_type: group
admin_label: ''
entity_type: commerce_store
plugin_id: entity_operations
label: Operations
exclude: false
alter:
......@@ -411,8 +390,73 @@ display:
empty_zero: false
hide_alter_empty: true
destination: false
pager:
type: full
options:
offset: 0
items_per_page: 50
total_pages: null
id: 0
tags:
next: 'next ›'
previous: ' previous'
first: '« first'
last: 'last »'
expose:
items_per_page: false
items_per_page_label: 'Items per page'
items_per_page_options: '5, 10, 25, 50'
items_per_page_options_all: false
items_per_page_options_all_label: '- All -'
offset: false
offset_label: Offset
quantity: 9
exposed_form:
type: basic
options:
submit_button: Apply
reset_button: false
reset_button_label: Reset
exposed_sorts_label: 'Sort by'
expose_sort_order: true
sort_asc_label: Asc
sort_desc_label: Desc
access:
type: perm
options:
perm: 'access commerce_store overview'
cache:
type: none
options: { }
empty:
area_text_custom:
id: area_text_custom
table: views
field: area_text_custom
relationship: none
group_type: group
admin_label: ''
plugin_id: text_custom
empty: true
content: 'No stores available.'
tokenize: false
sorts:
is_default:
id: is_default
table: commerce_store_field_data
field: is_default
relationship: none
group_type: group
admin_label: ''
entity_type: commerce_store
plugin_id: entity_operations
entity_field: is_default
plugin_id: standard
order: DESC
expose:
label: ''
field_identifier: ''
exposed: false
arguments: { }
filters:
type:
id: type
......@@ -421,17 +465,20 @@ display:
relationship: none
group_type: group
admin_label: ''
entity_type: commerce_store
entity_field: type
plugin_id: commerce_entity_bundle
operator: in
value: { }
group: 1
exposed: true
expose:
operator_id: type_op
operator_limit_selection: false
label: Type
description: ''
use_operator: false
operator: type_op
operator_limit_selection: false
identifier: type
required: false
remember: false
......@@ -454,53 +501,88 @@ display:
default_group: All
default_group_multiple: { }
group_items: { }
entity_type: commerce_store
entity_field: type
plugin_id: commerce_entity_bundle
sorts: { }
title: Stores
style:
type: table
options:
grouping: { }
row_class: ''
default_row_class: true
columns:
name: name
changed: changed
type: type
operations: operations
default: '-1'
info:
name:
sortable: true
default_sort_order: asc
changed:
sortable: true
default_sort_order: desc
align: ''
separator: ''
empty_column: false
responsive: ''
type:
sortable: true
default_sort_order: asc
align: ''
separator: ''
empty_column: true
responsive: ''
operations:
sortable: false
default_sort_order: asc
align: ''
separator: ''
empty_column: false
responsive: ''
override: true
sticky: false
summary: ''
empty_table: true
caption: ''
description: ''
row:
type: fields
query:
type: views_query
options:
query_comment: ''
disable_sql_rewrite: false
distinct: false
replica: false
query_tags: { }
relationships: { }
header: { }
footer: { }
empty:
area_text_custom:
id: area_text_custom
table: views
field: area_text_custom
relationship: none
group_type: group
admin_label: ''
empty: true
tokenize: false
content: 'No stores available.'
plugin_id: text_custom
relationships: { }
arguments: { }
display_extenders: { }
cache_metadata:
max-age: 0
contexts:
- 'languages:language_content'
- 'languages:language_interface'
- url
- url.query_args
- user.permissions
cacheable: false
max-age: 0
tags: { }
cacheable: false
page_1:
display_plugin: page
id: page_1
display_title: Page
display_plugin: page
position: 1
display_options:
display_extenders: { }
path: admin/commerce/config/stores
cache_metadata:
max-age: 0
contexts:
- 'languages:language_content'
- 'languages:language_interface'
- url
- url.query_args
- user.permissions
cacheable: false
max-age: 0
tags: { }
cacheable: false
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment