Skip to content

Commit

Permalink
Merge pull request #3435 from AtlasOfLivingAustralia/feature/issue1049
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisala authored Feb 14, 2025
2 parents c71c390 + 18beab8 commit 00a3faf
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions forms/mongo/insertParatooProtocolConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -346,12 +346,7 @@ var protocols = {
"dataType": "species"
},
"recruitment-sapling-and-seedling-count.juvenile_count": {
"dwcAttribute": "individualCount"
},
"recruitment-sapling-and-seedling-count.seedling_count": {
"dwcAttribute": "individualCount"
},
"recruitment-sapling-and-seedling-count.sapling_count": {
"dwcExpression": "(['juvenile_count'] == null ? 0 : ['juvenile_count']) + (['seedling_count'] == null ? 0 : ['seedling_count']) + (['sapling_count'] == null ? 0 :['sapling_count'])",
"dwcAttribute": "individualCount"
},
"recruitment-sapling-and-seedling-count.voucher_full.host_species": {
Expand Down

0 comments on commit 00a3faf

Please sign in to comment.