Issue #2022127 by damiankloip: Change status filter on admin/content to 'published'/'unpublished'.

8.0.x
Alex Pott 2013-06-19 01:44:06 +02:00
parent 4756994e09
commit 7a0440d196
1 changed files with 24 additions and 0 deletions

View File

@ -254,8 +254,12 @@ display:
id: status
table: node_field_data
field: status
relationship: none
group_type: group
admin_label: ''
operator: '='
value: All
group: '1'
exposed: '1'
expose:
operator_id: ''
@ -269,6 +273,26 @@ display:
multiple: '0'
remember_roles:
authenticated: authenticated
is_grouped: '1'
group_info:
label: 'Published status'
description: ''
identifier: status
optional: '1'
widget: select
multiple: '0'
remember: '0'
default_group: All
default_group_multiple: { }
group_items:
1:
title: Published
operator: '='
value: '1'
2:
title: Unpublished
operator: '='
value: '0'
plugin_id: boolean
type:
id: type