SpeciesFileGroup/taxonworks

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

Summary

Maintainability
A
0 mins
Test Coverage
export default (type, objectType) => ({
  id: undefined,
  namespace_id: undefined,
  type,
  identifier: undefined,
  identifier_object_type: objectType,
  identifier_object_id: undefined
})