Skip to content

Commit 7d9abc3

Browse files
committed
- turn on species generation for Fauna Ground Counts protocols and remove targeted species
1 parent 921a2f9 commit 7d9abc3

File tree

1 file changed

+2
-26
lines changed

1 file changed

+2
-26
lines changed

src/main/scripts/releases/3.3/insertParatooProtocolConfig.js

+2-26
Original file line numberDiff line numberDiff line change
@@ -734,7 +734,7 @@ var protocols = {
734734
"a76dac21-94f4-4851-af91-31f6dd00750f": {
735735
"name": "Fauna Ground Counts Transects",
736736
"usesPlotLayout": true,
737-
"createSpeciesRecord":false,
737+
"createSpeciesRecord":true,
738738
"tags": ["survey"],
739739
"apiEndpoint": "fauna-ground-counts-surveys",
740740
"overrides": {
@@ -744,23 +744,11 @@ var protocols = {
744744
},
745745
"fauna-ground-counts-observation.observation.pest_species": {
746746
"dataType": "species"
747-
},
748-
"fauna-ground-counts-observation.target_species.lut": {
749-
"dataType": "species"
750-
},
751-
"fauna-ground-counts-observation.target_species.other_species.other_species": {
752-
"dataType": "species"
753747
}
754748
},
755749
"viewModel": {
756750
"fauna-ground-counts-observation.observation.pest_species": {
757751
"type": "speciesSelect"
758-
},
759-
"fauna-ground-counts-observation.target_species.lut": {
760-
"type": "speciesSelect"
761-
},
762-
"fauna-ground-counts-observation.target_species.other_species.other_species": {
763-
"type": "speciesSelect"
764752
}
765753
}
766754
}
@@ -899,28 +887,16 @@ var protocols = {
899887
"d706fd34-2f05-4559-b738-a65615a3d756": {
900888
"name": "Fauna Ground Counts Vantage Point",
901889
"usesPlotLayout": true,
902-
"createSpeciesRecord":false,
890+
"createSpeciesRecord":true,
903891
"tags": ["survey"],
904892
"apiEndpoint": "ground-counts-vantage-point-surveys",
905893
"overrides": {
906894
"dataModel": {
907-
"ground-counts-vantage-point-setup.target_species.lut": {
908-
"dataType": "species"
909-
},
910-
"ground-counts-vantage-point-setup.target_species.other_species.other_species": {
911-
"dataType": "species"
912-
},
913895
"ground-counts-vantage-point-setup.observations.count_of_individuals": {
914896
"dwcAttribute": "individualCount"
915897
}
916898
},
917899
"viewModel": {
918-
"ground-counts-vantage-point-setup.target_species.lut": {
919-
"type": "speciesSelect"
920-
},
921-
"ground-counts-vantage-point-setup.target_species.other_species.other_species": {
922-
"type": "speciesSelect"
923-
}
924900
}
925901
}
926902
},

0 commit comments

Comments
 (0)