Actions
Bug #2007
openStatus records duplicated when loading NatureServe comms
Start date:
03/10/2005
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
2007
Description
Concepts are successfully not duplicated, but status records (1 per concept) are
loaded each time they come up.
Should check to see if new status and if so load. NOT new if already in DB or
previously added in same transaction
Related issues
Updated by Michael Lee over 19 years ago
ditto for usages, which are children of status
Updated by Michael Lee over 19 years ago
this fixed in the XSL for NEW plants and communities, but the update file WILL
still need some special processing.
Updated by Michael Lee over 18 years ago
this has to do with XML that NatureServe generates to load communities (and maybe plants, too) into VegBank. Since it's not VegBranch, there are oddites, such as a lack of primary keys in the XML document. This causes the loader problems, as the PK is used to track what's the same element and what isn't within the XML doc.
Actions