Import boards in Sandstorm

This commit is contained in:
Ghassen Rjab 2017-07-24 23:56:51 +01:00
parent f34ef01de9
commit d2b1a837e6
8 changed files with 29 additions and 4 deletions

View file

@ -68,10 +68,12 @@ BlazeComponent.extendComponent({
this.importedData.get(),
additionalData,
this.importSource,
Session.get('fromBoard'),
(err, res) => {
if (err) {
this.setError(err.error);
} else {
Session.set('fromBoard', null);
Utils.goBoardId(res);
}
}