Skip to content

Commit

Permalink
NBBIB-338 Remove publication filter from reference-by-contrib view
Browse files Browse the repository at this point in the history
  • Loading branch information
camilocodes committed Oct 6, 2023
1 parent 59866e2 commit 6172688
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 40 deletions.
16 changes: 15 additions & 1 deletion build/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,21 @@
{
"type": "composer",
"url": "https://packages.drupal.org/8"
}
},
{
"package": {
"name": "drupal/login_return_page",
"source": {
"reference": "8.x-1.x",
"type": "git",
"url": "https://git.drupalcode.org/sandbox/gnuget-2824414.git"
},
"type": "drupal-module",
"version": "1.x-dev"
},
"type": "package"
}

],
"require": {
"drupal/admin_toolbar": "^3",
Expand Down
40 changes: 1 addition & 39 deletions configuration/views.view.nb_bibliography_citations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2099,45 +2099,7 @@ display:
validate_options: { }
break_phrase: false
not: false
filters:
published:
id: published
table: search_api_index_references_nbbib_lib_unb_ca
field: published
relationship: none
group_type: group
admin_label: ''
plugin_id: search_api_boolean
operator: '='
value: '1'
group: 1
exposed: false
expose:
operator_id: ''
label: ''
description: ''
use_operator: false
operator: ''
operator_limit_selection: false
operator_list: { }
identifier: ''
required: false
remember: false
multiple: false
remember_roles:
authenticated: authenticated
is_grouped: false
group_info:
label: ''
description: ''
identifier: ''
optional: true
widget: select
multiple: false
remember: false
default_group: All
default_group_multiple: { }
group_items: { }
filters: { }
filter_groups:
operator: AND
groups: { }
Expand Down

0 comments on commit 6172688

Please sign in to comment.