From 39cd1e014ea8860a8eca44c7bb30944854768f03 Mon Sep 17 00:00:00 2001 From: Victor Duvert Date: Fri, 24 Sep 2021 11:53:33 +0200 Subject: [PATCH 1/3] fix configuration --- widgets/HTTP-batchsource.json | 14 -------------- widgets/HTTP-streamingsource.json | 14 -------------- 2 files changed, 28 deletions(-) diff --git a/widgets/HTTP-batchsource.json b/widgets/HTTP-batchsource.json index 6c053781..a9c62fc5 100644 --- a/widgets/HTTP-batchsource.json +++ b/widgets/HTTP-batchsource.json @@ -584,20 +584,6 @@ } ] }, - { - "name": "Pagination none", - "condition": { - "property": "paginationType", - "operator": "equal to", - "value": "None" - }, - "show": [ - { - "name": "waitTimeBetweenPages", - "type": "property" - } - ] - }, { "name": "OAuth 2 disabled", "condition": { diff --git a/widgets/HTTP-streamingsource.json b/widgets/HTTP-streamingsource.json index e7abdb68..54470b37 100644 --- a/widgets/HTTP-streamingsource.json +++ b/widgets/HTTP-streamingsource.json @@ -584,20 +584,6 @@ } ] }, - { - "name": "Pagination none", - "condition": { - "property": "paginationType", - "operator": "equal to", - "value": "None" - }, - "show": [ - { - "name": "waitTimeBetweenPages", - "type": "property" - } - ] - }, { "name": "OAuth 2 disabled", "condition": { From 6eb4e17a667074e4d1583da95c3776913991b82a Mon Sep 17 00:00:00 2001 From: Victor Duvert Date: Fri, 24 Sep 2021 12:04:39 +0200 Subject: [PATCH 2/3] clean --- widgets/HTTP-batchsource.json | 14 ++++++++++++++ widgets/HTTP-streamingsource.json | 14 ++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/widgets/HTTP-batchsource.json b/widgets/HTTP-batchsource.json index a9c62fc5..cf0049f4 100644 --- a/widgets/HTTP-batchsource.json +++ b/widgets/HTTP-batchsource.json @@ -584,6 +584,20 @@ } ] }, + { + "name": "Pagination none", + "condition": { + "property": "paginationType", + "operator": "not equal to", + "value": "None" + }, + "show": [ + { + "name": "waitTimeBetweenPages", + "type": "property" + } + ] + }, { "name": "OAuth 2 disabled", "condition": { diff --git a/widgets/HTTP-streamingsource.json b/widgets/HTTP-streamingsource.json index 54470b37..46169d1e 100644 --- a/widgets/HTTP-streamingsource.json +++ b/widgets/HTTP-streamingsource.json @@ -584,6 +584,20 @@ } ] }, + { + "name": "Pagination none", + "condition": { + "property": "paginationType", + "operator": "not equal to", + "value": "None" + }, + "show": [ + { + "name": "waitTimeBetweenPages", + "type": "property" + } + ] + }, { "name": "OAuth 2 disabled", "condition": { From 8cceead4c9da74951b8d839ebb235aa38c7356b5 Mon Sep 17 00:00:00 2001 From: Victor Duvert Date: Mon, 4 Jul 2022 16:13:23 +0200 Subject: [PATCH 3/3] fix --- widgets/HTTP-batchsource.json | 2 +- widgets/HTTP-streamingsource.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/widgets/HTTP-batchsource.json b/widgets/HTTP-batchsource.json index 6c053781..cf0049f4 100644 --- a/widgets/HTTP-batchsource.json +++ b/widgets/HTTP-batchsource.json @@ -588,7 +588,7 @@ "name": "Pagination none", "condition": { "property": "paginationType", - "operator": "equal to", + "operator": "not equal to", "value": "None" }, "show": [ diff --git a/widgets/HTTP-streamingsource.json b/widgets/HTTP-streamingsource.json index e7abdb68..46169d1e 100644 --- a/widgets/HTTP-streamingsource.json +++ b/widgets/HTTP-streamingsource.json @@ -588,7 +588,7 @@ "name": "Pagination none", "condition": { "property": "paginationType", - "operator": "equal to", + "operator": "not equal to", "value": "None" }, "show": [