SpeciesFileGroup/taxonworks

View on GitHub
app/javascript/vue/factory/FieldOccurrence.js

Summary

Maintainability
A
0 mins
Test Coverage
export function makeFieldOccurrence() {
  return {
    id: undefined,
    total: 1,
    is_absent: undefined,
    ranged_lot_category_id: undefined,
    collecting_event_id: undefined,
    taxon_determination_id: undefined
  }
}