feature request #9515
closedAdd DescriptionType to TaxonDescription of TaxonAssociations in ABCD import
100%
Description
copied from #9512:
Probably more such descriptions are created by the ABCD import. Katja, can you please check if ABCD already sets the status? If not create a ticket with additivity tag.
There are some other issues related to this status. I will create new tickets for them.
Open issues:
- search for a description of type "TaxonAssociation" and use this description or create a new one
Related issues
Updated by Katja Luther over 3 years ago
- Related to bug #9512: Descriptions being created for individual associations in matrix should have description status "Individual association" added
Updated by Andreas Müller over 3 years ago
- Tags set to additivity, fast
- Target version changed from Unassigned CDM tickets to Release 5.22
Updated by Andreas Müller over 3 years ago
- Related to feature request #9519: Add posibilty to add IndividualAssociation descriptions in Facts View added
Updated by Andreas Müller over 3 years ago
- Subject changed from Add DescriptionType to TaxonDescription of TaxonAssociations to Add DescriptionType to TaxonDescription of TaxonAssociations in ABCD import
Updated by Katja Luther over 3 years ago
Now a description with type IndivialsAssociation is created or if already existing used to add the individual associations.
Updated by Katja Luther over 3 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 50
Applied in changeset cdmlib|25935ad5dc1e7e1ef297198e5ca0148e36f25230.
Updated by Katja Luther over 3 years ago
- Category changed from cdmadapter to taxeditor
- Assignee changed from Katja Luther to Andreas Müller
- Severity changed from normal to blocker
please review
Updated by Andreas Müller over 3 years ago
- Category changed from taxeditor to cdmadapter
- Severity changed from blocker to normal
Updated by Andreas Müller over 3 years ago
- Status changed from Resolved to Feedback
- Assignee changed from Andreas Müller to Katja Luther
Have you tested with a real import that it works?
Updated by Andreas Müller over 3 years ago
- % Done changed from 50 to 70
I have renamed the method to set the description to the import state to get/setIndividualsAssociationDescriptionPerTaxon to make semantics clear. (push will come with the model update branch)
There is one thing I wonder about: in about line 1253 you call this method again. I it should be removed here and either added to the loop (before break) or generally be put before "//PREPARE REFERENCE QUESTIONS" and called only 1x (so being removed in the if-statement with "TaxonDescription.NewInstance(taxon, false);" (the later is preferred as it is simpler)
Can you adapt the code accordingly (once I have pushed my changes) and run a final import test on nightly. Then we can close this ticket.
Updated by Katja Luther over 3 years ago
- Status changed from Feedback to Closed
adapted the code, tested and worked as expected.
Updated by Andreas Müller over 3 years ago
- Tags changed from additivity, fast to additivity