From 6172688624c051293da87dd62a93b8d76851ceb4 Mon Sep 17 00:00:00 2001 From: Camilo Villamizar Date: Fri, 6 Oct 2023 15:53:08 -0300 Subject: [PATCH] NBBIB-338 Remove publication filter from reference-by-contrib view --- build/composer.json | 16 +++++++- .../views.view.nb_bibliography_citations.yml | 40 +------------------ 2 files changed, 16 insertions(+), 40 deletions(-) diff --git a/build/composer.json b/build/composer.json index 530ae157..fa25e42b 100644 --- a/build/composer.json +++ b/build/composer.json @@ -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", diff --git a/configuration/views.view.nb_bibliography_citations.yml b/configuration/views.view.nb_bibliography_citations.yml index 0186eb3e..43a7e97a 100644 --- a/configuration/views.view.nb_bibliography_citations.yml +++ b/configuration/views.view.nb_bibliography_citations.yml @@ -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: { }