You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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.
The text was updated successfully, but these errors were encountered: