From 5bdf91bd055031b21493db46b2ef38df3b3e07c4 Mon Sep 17 00:00:00 2001 From: Maxime Quandalle Date: Wed, 9 Dec 2015 18:45:55 -0500 Subject: Remove the move and archive all cards of a list feature MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This operation should now be handled using the multi-selection feature, ie “select all cards” and then move them or click the “archive selection” button. This new process add an extra click which I consider reasonable enough for a relatively rare operation -- plus I want to encourage mutli-selection usage. Closes #390. --- client/components/sidebar/sidebarFilters.js | 1 + 1 file changed, 1 insertion(+) (limited to 'client/components/sidebar/sidebarFilters.js') diff --git a/client/components/sidebar/sidebarFilters.js b/client/components/sidebar/sidebarFilters.js index bdecd63e..50e76200 100644 --- a/client/components/sidebar/sidebarFilters.js +++ b/client/components/sidebar/sidebarFilters.js @@ -95,6 +95,7 @@ BlazeComponent.extendComponent({ }, 'click .js-archive-selection'() { mutateSelectedCards('archive'); + EscapeActions.executeUpTo('multiselection'); }, }]; }, -- cgit v1.2.3-1-g7c22