From 3bdd037ec1a11abebe16a5d7f6ff0d863e80bc07 Mon Sep 17 00:00:00 2001 From: Sergi Mansilla Date: Mon, 16 Jun 2014 12:45:27 +0300 Subject: [PATCH] Merge pull request #19989 from comoyo/bug-1020109 Bug 1020109 - Cell broadcast search list is not set correctly. r=arthurcc --- apps/system/js/operator_variant/operator_variant.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/system/js/operator_variant/operator_variant.js b/apps/system/js/operator_variant/operator_variant.js index b2e25dc969b2..0be8c1c41831 100644 --- a/apps/system/js/operator_variant/operator_variant.js +++ b/apps/system/js/operator_variant/operator_variant.js @@ -352,7 +352,7 @@ break; } - if (Object.keys(item)) { + if (Object.keys(item).length) { transaction.set(item); } }