From d644cba38ff06369cc43c1ebd08d344fd1d248ea Mon Sep 17 00:00:00 2001 From: Maxime Quandalle Date: Mon, 31 Aug 2015 15:09:53 +0200 Subject: Replace the component bounded `cachedValue` by a global `UnsavedEdits` This new draft saving system is currently only implemented for the card description and comment. We need better a component inheritance/composition model to support this for all editable fields. Fixes #186 --- client/config/router.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/config/router.js') diff --git a/client/config/router.js b/client/config/router.js index eb072934..a3d8897d 100644 --- a/client/config/router.js +++ b/client/config/router.js @@ -37,7 +37,7 @@ FlowRouter.route('/b/:id/:slug', { FlowRouter.route('/b/:boardId/:slug/:cardId', { name: 'card', action: function(params) { - EscapeActions.executeUpTo('popup-close'); + EscapeActions.executeUpTo('inlinedForm'); Session.set('currentBoard', params.boardId); Session.set('currentCard', params.cardId); -- cgit v1.2.3-1-g7c22