Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
- turn on species generation for Fauna Ground Counts protocols and remove targeted species
  • Loading branch information
temi committed May 24, 2024
1 parent 921a2f9 commit 7d9abc3
Showing 1 changed file with 2 additions and 26 deletions.
28 changes: 2 additions & 26 deletions src/main/scripts/releases/3.3/insertParatooProtocolConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand All @@ -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"
}
}
}
Expand Down Expand Up @@ -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"
}
}
}
},
Expand Down

0 comments on commit 7d9abc3

Please sign in to comment.