Browse Source

Create Board from template now open board

Ben0it-T 3 years ago
parent
commit
8280ed2d3e
1 changed files with 4 additions and 0 deletions
  1. 4 0
      client/components/lists/listBody.js

+ 4 - 0
client/components/lists/listBody.js

@@ -719,6 +719,10 @@ BlazeComponent.extendComponent({
               (err, data) => {
                 _id = data;
                 subManager.subscribe('board', _id, false);
+                FlowRouter.go('board', {
+                  id: _id,
+                  slug: getSlug(element.title),
+                });
               },
             );
           }