Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
- updated paratoo config
  • Loading branch information
temi committed Apr 26, 2024
1 parent 53d9a58 commit 90c3eb3
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions src/main/scripts/releases/3.2/insertParatooProtocolConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -564,9 +564,18 @@ var protocols = {
"aerial-observation.ferals_aerial_count_survey.available_species.count": {
"dwcAttribute": "individualCount"
},
"aerial-survey.setup_ID.target_species_pest": {
"dataType": "species"
},
"aerial-observation.survey.setup_ID.target_species_pest": {
"dataType": "species"
},
"aerial-setup-desktop.target_species_pest": {
"dataType": "species"
},
"aerial-setup-desktop.survey.setup_ID.target_species_pest": {
"dataType": "species"
},
"aerial-observation.survey.setup_ID.wild_dog": {
"dataType": "species"
}
Expand All @@ -580,6 +589,15 @@ var protocols = {
},
"aerial-observation.survey.setup_ID.wild_dog": {
"type": "speciesSelect"
},
"aerial-setup-desktop.target_species_pest": {
"type": "speciesSelect"
},
"aerial-setup-desktop.survey.setup_ID.target_species_pest": {
"type": "speciesSelect"
},
"aerial-survey.setup_ID.target_species_pest": {
"type": "speciesSelect"
}
}
}
Expand Down

0 comments on commit 90c3eb3

Please sign in to comment.