From 8d2839f0c3429a21b33bf8333cb2f20a275bc596 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Manelli?= Date: Wed, 28 Feb 2018 11:24:39 -0300 Subject: Fix order lists in lists view --- client/components/boards/boardBody.js | 3 +++ 1 file changed, 3 insertions(+) (limited to 'client/components/boards/boardBody.js') diff --git a/client/components/boards/boardBody.js b/client/components/boards/boardBody.js index a068dd04..94f9af39 100644 --- a/client/components/boards/boardBody.js +++ b/client/components/boards/boardBody.js @@ -1,6 +1,9 @@ const subManager = new SubsManager(); BlazeComponent.extendComponent({ + openNewListForm() { + this.childComponents('addListForm')[0].open(); + }, onCreated() { this.draggingActive = new ReactiveVar(false); this.showOverlay = new ReactiveVar(false); -- cgit v1.2.3-1-g7c22