Explorar o código

Fix filter reset on moving between starred boards.

nztqa %!s(int64=8) %!d(string=hai) anos
pai
achega
37effd8324
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      config/router.js

+ 1 - 0
config/router.js

@@ -31,6 +31,7 @@ FlowRouter.route('/b/:id/:slug', {
     // If we close a card, we'll execute again this route action but we don't
     // want to excape every current actions (filters, etc.)
     if (previousBoard !== currentBoard) {
+      Filter.reset();
       EscapeActions.executeAll();
     } else {
       EscapeActions.executeUpTo('popup-close');