From ba24c4e40c728d030504ed21ccf79247d0449e1b Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Fri, 10 Jul 2020 18:56:26 +0300 Subject: All logged in users are now allowed to reorder boards by dragging at All Boards page and Public Boards page. Thanks to xet7 ! Fixes #3147 --- client/components/boards/boardsList.js | 6 ------ 1 file changed, 6 deletions(-) (limited to 'client') diff --git a/client/components/boards/boardsList.js b/client/components/boards/boardsList.js index eee119ea..145f6789 100644 --- a/client/components/boards/boardsList.js +++ b/client/components/boards/boardsList.js @@ -25,10 +25,6 @@ BlazeComponent.extendComponent({ }, onRendered() { - function userIsAllowedToMove() { - return Meteor.user(); - } - const itemsSelector = '.js-board:not(.placeholder)'; const $boards = this.$('.js-boards'); @@ -77,8 +73,6 @@ BlazeComponent.extendComponent({ handle: '.board-handle', }); } - - $boards.sortable('option', 'disabled', !userIsAllowedToMove()); }); }, -- cgit v1.2.3-1-g7c22