tainacan csv importer - set map for found headers in new csv (ref. #138)

This commit is contained in:
Eduardo Humberto 2018-11-13 20:48:38 -02:00
parent 76a52dd8a4
commit 59d1e24f36
1 changed files with 3 additions and 1 deletions

View File

@ -272,7 +272,9 @@ export default {
this.fetchMappingImporter({ collection: this.collectionId, sessionId: this.sessionId }) this.fetchMappingImporter({ collection: this.collectionId, sessionId: this.sessionId })
.then(res => { .then(res => {
// TODO: save mapping if( res ) {
this.mappedCollection['mapping'] = res;
}
}) })
}) })
.catch((error) => { .catch((error) => {