tainacan csv importer - set map for found headers in new csv (ref. #138)
This commit is contained in:
parent
76a52dd8a4
commit
59d1e24f36
|
@ -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) => {
|
||||||
|
|
Loading…
Reference in New Issue