From 2704017486f065c2ab9cc2eb4cad80b4eb7f261b Mon Sep 17 00:00:00 2001 From: Pau Navarro Date: Thu, 10 Nov 2022 09:43:19 +0100 Subject: [PATCH 1/2] check default true --- modules/ticket/front/basic-data/step-two/index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/ticket/front/basic-data/step-two/index.html b/modules/ticket/front/basic-data/step-two/index.html index 6be455fc9..85c55e863 100644 --- a/modules/ticket/front/basic-data/step-two/index.html +++ b/modules/ticket/front/basic-data/step-two/index.html @@ -83,6 +83,7 @@
-- 2.40.1 From 01fe8c8997870a47110a759103945996ac304803 Mon Sep 17 00:00:00 2001 From: Pau Navarro Date: Thu, 10 Nov 2022 14:53:08 +0100 Subject: [PATCH 2/2] requested changes --- modules/ticket/front/basic-data/step-two/index.html | 1 - modules/ticket/front/basic-data/step-two/index.js | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/ticket/front/basic-data/step-two/index.html b/modules/ticket/front/basic-data/step-two/index.html index 85c55e863..6be455fc9 100644 --- a/modules/ticket/front/basic-data/step-two/index.html +++ b/modules/ticket/front/basic-data/step-two/index.html @@ -83,7 +83,6 @@
diff --git a/modules/ticket/front/basic-data/step-two/index.js b/modules/ticket/front/basic-data/step-two/index.js index c12647aa5..32d6b2cd6 100644 --- a/modules/ticket/front/basic-data/step-two/index.js +++ b/modules/ticket/front/basic-data/step-two/index.js @@ -76,7 +76,7 @@ class Controller extends Component { haveNotNegatives = true; }); - this.ticket.withoutNegatives = false; + this.ticket.withoutNegatives = true; this.haveNegatives = (haveNegatives && haveNotNegatives && haveDifferences); } -- 2.40.1