SpeciesFileGroup/taxonworks

View on GitHub
app/javascript/vue/tasks/collection_objects/simple_new_specimen/store/actions/actionNames.js

Summary

Maintainability
A
0 mins
Test Coverage
export default {
  CreateCollectingEvent: 'createCollectingEvent',
  CreateCollectionObject: 'createCollectionObject',
  CreateIdentifier: 'createIdentifier',
  CreateNewSpecimen: 'createNewSpecimen',
  CreateTaxonDetermination: 'createTaxonDetermination',
  GetIdentifiers: 'getIdentifiers',
  GetRecent: 'getRecent',
  ResetStore: 'resetStore'
}