diff options
author | Andrés Manelli <andresmanelli@gmail.com> | 2018-01-19 12:22:03 -0300 |
---|---|---|
committer | Andrés Manelli <andresmanelli@gmail.com> | 2018-01-19 12:22:03 -0300 |
commit | 690a5b970319ceabc0be965152187d7098022621 (patch) | |
tree | 1e86d3ef8a3523b981debc27e4fbe25ebcad8713 /client/components/lists/list.js | |
parent | 8b6a2eade3f1e8e05ee73568c8b69393d2b42827 (diff) | |
download | wekan-690a5b970319ceabc0be965152187d7098022621.tar.gz wekan-690a5b970319ceabc0be965152187d7098022621.tar.bz2 wekan-690a5b970319ceabc0be965152187d7098022621.zip |
First swimlane draft, no functionality
Diffstat (limited to 'client/components/lists/list.js')
-rw-r--r-- | client/components/lists/list.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/components/lists/list.js b/client/components/lists/list.js index a65ccc56..1d38f8f6 100644 --- a/client/components/lists/list.js +++ b/client/components/lists/list.js @@ -18,7 +18,7 @@ BlazeComponent.extendComponent({ // callback, we basically solve all issues related to reactive updates. A // comment below provides further details. onRendered() { - const boardComponent = this.parentComponent(); + const boardComponent = this.parentComponent().parentComponent(); const itemsSelector = '.js-minicard:not(.placeholder, .js-card-composer)'; const $cards = this.$('.js-minicards'); $cards.sortable({ |