From b813f8429734297116809813739130a8e2cf5ba3 Mon Sep 17 00:00:00 2001 From: Jean-Pascal <jean-pascal.aubry@inrae.fr> Date: Wed, 7 Feb 2024 08:58:02 +0000 Subject: [PATCH] fix: remove select pass type in rugoFond config.json Refs #657 --- src/app/calculators/rugofond/config.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/app/calculators/rugofond/config.json b/src/app/calculators/rugofond/config.json index 884b56133..5ddd036d6 100644 --- a/src/app/calculators/rugofond/config.json +++ b/src/app/calculators/rugofond/config.json @@ -31,11 +31,6 @@ "id": "fs_type", "type": "fieldset", "fields": [ - { - "id": "select_passtype", - "type": "select", - "property": "crestType" - }, "ZF1", { "id": "ZD1", -- GitLab