From 346a4475f0c7f18e0e90c4932ee243dac4085b80 Mon Sep 17 00:00:00 2001 From: andrpet Date: Thu, 28 Jan 2016 11:32:04 +0100 Subject: [PATCH] private room bug fix --- controllets/datalet-selection-controllet/datalet-selection-controllet.html | 2 ++ 1 file changed, 2 insertions(+), 0 deletions(-) diff --git a/controllets/datalet-selection-controllet/datalet-selection-controllet.html b/controllets/datalet-selection-controllet/datalet-selection-controllet.html index e6255f6..7347bf0 100755 --- a/controllets/datalet-selection-controllet/datalet-selection-controllet.html +++ b/controllets/datalet-selection-controllet/datalet-selection-controllet.html @@ -589,6 +589,8 @@ _addDatalet : function(){ + this._updateParams(); + var selectedFields = []; for (var i = 0; i < this.selectedFields.length; i++) if(this.selectedFields[i]) -- libgit2 0.21.4