-
-
Notifications
You must be signed in to change notification settings - Fork 105
Closed
Labels
bugsomething's broken!something's broken!
Milestone
Description
Expected Behavior
Encounter Annotation Export (EncounterAnnotationExportExcelFile.java) lists a column heading as Encounter.lifeStage and should expoirt the related Encounter.lifeStage value as other export formats in Wildbook do.
Current Behavior
Encounter Annotation Export (EncounterAnnotationExportExcelFile.java) lists a column heading as Encounter.lifeStage but confusingly actually exports the last known lifeStage of the related MarkedIndividual:
Method markedIndividualLifeStageName = MarkedIndividual.class.getMethod(
"getLastLifeStage");
This has caused user confusion.
Testing Notes
User the Encounter lifeStage as the target value to be exported.
Metadata
Metadata
Assignees
Labels
bugsomething's broken!something's broken!