From 6ad84cfa84dbdcb8d783f4ec292364aa1098a08f Mon Sep 17 00:00:00 2001 From: naomi Date: Fri, 13 May 2022 13:22:06 +0100 Subject: [PATCH] added "contextual filters or" module, updated oc --- composer.json | 1 + composer.lock | 50 +++++++++++++++++++++++++++++++++++++++++++++++--- 2 files changed, 48 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 0823aec..55325e2 100644 --- a/composer.json +++ b/composer.json @@ -44,6 +44,7 @@ "drupal/typed_data": "^1.0@alpha", "drupal/views_aggregator": "^2.0", "drupal/views_autosubmit": "^1.4", + "drupal/views_contextual_filters_or": "^1.3", "drupal/views_data_export": "^1.1", "drupal/views_summarize": "1.1.x-dev", "drush/drush": "*", diff --git a/composer.lock b/composer.lock index 10bdd47..70d6788 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "8920bc52819b0188b301e06971a7e996", + "content-hash": "1398ce15b15034dbb4d7bf9733ce61fb", "packages": [ { "name": "asm89/stack-cors", @@ -68,7 +68,7 @@ "source": { "type": "git", "url": "ssh://git@git.autonomic.zone:2222/autonomic-cooperative/opencase.git", - "reference": "5768d9187bc96ad102d4c0151e26f40920f9b648" + "reference": "559ff4d83b22687c6a97788fbb2aa7d007d12b24" }, "require": { "composer/installers": "*", @@ -85,7 +85,7 @@ "email": "helo@autonomic.zone" } ], - "time": "2022-05-12T16:49:09+00:00" + "time": "2022-05-13T12:21:13+00:00" }, { "name": "bjeavons/zxcvbn-php", @@ -4228,6 +4228,50 @@ "issues": "https://www.drupal.org/project/issues/views_autosubmit" } }, + { + "name": "drupal/views_contextual_filters_or", + "version": "1.3.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/views_contextual_filters_or.git", + "reference": "8.x-1.3" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/views_contextual_filters_or-8.x-1.3.zip", + "reference": "8.x-1.3", + "shasum": "92369481206bc4db23dcf3ca17b4bc1cc3f3f1f3" + }, + "require": { + "drupal/core": "^8 || ^9" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "8.x-1.3", + "datestamp": "1640344336", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "m.lebedev", + "homepage": "https://www.drupal.org/user/2566550" + } + ], + "description": "Modify views query to support OR conditions for contextual filters.", + "homepage": "https://www.drupal.org/project/views_contextual_filters_or", + "support": { + "source": "https://git.drupalcode.org/project/views_contextual_filters_or" + } + }, { "name": "drupal/views_data_export", "version": "1.1.0",