From 889ba4c969b038083cd2f6b33c5727e615d03150 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Lahmann?= <lahmann@ub.uni-leipzig.de>
Date: Fri, 12 Nov 2021 14:32:15 +0100
Subject: [PATCH] refs #20345 [de_105] dont resolve links from jop for records
 with format "journal"

* updated OpenUrlRules.json
---
 de_105/alpha/config/vufind/OpenUrlRules.json | 6 ------
 de_105/config/vufind/OpenUrlRules.json       | 6 ------
 2 files changed, 12 deletions(-)

diff --git a/de_105/alpha/config/vufind/OpenUrlRules.json b/de_105/alpha/config/vufind/OpenUrlRules.json
index 914729af31f..031902c0043 100644
--- a/de_105/alpha/config/vufind/OpenUrlRules.json
+++ b/de_105/alpha/config/vufind/OpenUrlRules.json
@@ -28,12 +28,6 @@
                 }
             ],
             "include": [
-                {
-                    "methods": {
-                        "getSourceID": "0",
-                        "getFormats": "Journal"
-                    }
-                },
                 {
                     "methods": {
                         "getSourceID": "0",
diff --git a/de_105/config/vufind/OpenUrlRules.json b/de_105/config/vufind/OpenUrlRules.json
index 914729af31f..031902c0043 100644
--- a/de_105/config/vufind/OpenUrlRules.json
+++ b/de_105/config/vufind/OpenUrlRules.json
@@ -28,12 +28,6 @@
                 }
             ],
             "include": [
-                {
-                    "methods": {
-                        "getSourceID": "0",
-                        "getFormats": "Journal"
-                    }
-                },
                 {
                     "methods": {
                         "getSourceID": "0",
-- 
GitLab