From 90e2d7ef0b7b9091f0c8032d6fec343997ebf736 Mon Sep 17 00:00:00 2001 From: yuri Date: Thu, 31 Mar 2016 11:24:56 +0300 Subject: [PATCH] cleanup --- client/src/views/record/list.js | 8 -------- 1 file changed, 8 deletions(-) diff --git a/client/src/views/record/list.js b/client/src/views/record/list.js index f39a583cb6..d29a552840 100644 --- a/client/src/views/record/list.js +++ b/client/src/views/record/list.js @@ -940,14 +940,6 @@ Espo.define('views/record/list', 'view', function (Dep) { this.clearView('modal'); }, this); - /*this.listenToOnce(view, 'after:save', function (m) { - var model = this.collection.get(m.id); - if (model) { - model.set(m.getClonedAttributes()); - this.actionQuickView({id: m.id, scope: model.name}); - } - }, this);*/ - this.listenToOnce(view, 'after:edit-cancel', function () { this.actionQuickView({id: view.model.id, scope: view.model.name}); }, this);