summaryrefslogtreecommitdiffstats
path: root/client/components/boards
diff options
context:
space:
mode:
authorAndrés Manelli <andresmanelli@gmail.com>2018-02-28 11:24:39 -0300
committerAndrés Manelli <andresmanelli@gmail.com>2018-02-28 11:24:39 -0300
commit8d2839f0c3429a21b33bf8333cb2f20a275bc596 (patch)
treeb24771c1f7470a68811ef7ad6a02b4461840a846 /client/components/boards
parent37c94622e476f50bf2387bc8b140454d66200e78 (diff)
downloadwekan-8d2839f0c3429a21b33bf8333cb2f20a275bc596.tar.gz
wekan-8d2839f0c3429a21b33bf8333cb2f20a275bc596.tar.bz2
wekan-8d2839f0c3429a21b33bf8333cb2f20a275bc596.zip
Fix order lists in lists view
Diffstat (limited to 'client/components/boards')
-rw-r--r--client/components/boards/boardBody.js3
1 files changed, 3 insertions, 0 deletions
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);