From 7d9abc3bf673ca6c1ab288b632dcbc9a22b61778 Mon Sep 17 00:00:00 2001 From: temi Date: Fri, 24 May 2024 11:24:00 +1000 Subject: [PATCH] AtlasOfLivingAustralia/ecodata#960 - turn on species generation for Fauna Ground Counts protocols and remove targeted species --- .../3.3/insertParatooProtocolConfig.js | 28 ++----------------- 1 file changed, 2 insertions(+), 26 deletions(-) diff --git a/src/main/scripts/releases/3.3/insertParatooProtocolConfig.js b/src/main/scripts/releases/3.3/insertParatooProtocolConfig.js index 81fff8a7e..e8fb6e04f 100644 --- a/src/main/scripts/releases/3.3/insertParatooProtocolConfig.js +++ b/src/main/scripts/releases/3.3/insertParatooProtocolConfig.js @@ -734,7 +734,7 @@ var protocols = { "a76dac21-94f4-4851-af91-31f6dd00750f": { "name": "Fauna Ground Counts Transects", "usesPlotLayout": true, - "createSpeciesRecord":false, + "createSpeciesRecord":true, "tags": ["survey"], "apiEndpoint": "fauna-ground-counts-surveys", "overrides": { @@ -744,23 +744,11 @@ var protocols = { }, "fauna-ground-counts-observation.observation.pest_species": { "dataType": "species" - }, - "fauna-ground-counts-observation.target_species.lut": { - "dataType": "species" - }, - "fauna-ground-counts-observation.target_species.other_species.other_species": { - "dataType": "species" } }, "viewModel": { "fauna-ground-counts-observation.observation.pest_species": { "type": "speciesSelect" - }, - "fauna-ground-counts-observation.target_species.lut": { - "type": "speciesSelect" - }, - "fauna-ground-counts-observation.target_species.other_species.other_species": { - "type": "speciesSelect" } } } @@ -899,28 +887,16 @@ var protocols = { "d706fd34-2f05-4559-b738-a65615a3d756": { "name": "Fauna Ground Counts Vantage Point", "usesPlotLayout": true, - "createSpeciesRecord":false, + "createSpeciesRecord":true, "tags": ["survey"], "apiEndpoint": "ground-counts-vantage-point-surveys", "overrides": { "dataModel": { - "ground-counts-vantage-point-setup.target_species.lut": { - "dataType": "species" - }, - "ground-counts-vantage-point-setup.target_species.other_species.other_species": { - "dataType": "species" - }, "ground-counts-vantage-point-setup.observations.count_of_individuals": { "dwcAttribute": "individualCount" } }, "viewModel": { - "ground-counts-vantage-point-setup.target_species.lut": { - "type": "speciesSelect" - }, - "ground-counts-vantage-point-setup.target_species.other_species.other_species": { - "type": "speciesSelect" - } } } },