summaryrefslogtreecommitdiffstats
path: root/config/router.js
diff options
context:
space:
mode:
Diffstat (limited to 'config/router.js')
-rw-r--r--config/router.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/router.js b/config/router.js
index d4d13be5..ea85c7e6 100644
--- a/config/router.js
+++ b/config/router.js
@@ -84,6 +84,9 @@ FlowRouter.route('/import/:source', {
name: 'import',
triggersEnter: [AccountsTemplates.ensureSignedIn],
action(params) {
+ if (Session.get('currentBoard')) {
+ Session.set('fromBoard', Session.get('currentBoard'));
+ }
Session.set('currentBoard', null);
Session.set('currentCard', null);
Session.set('importSource', params.source);