From afefe3de0b73c273ee0156430b884fd5af3d2393 Mon Sep 17 00:00:00 2001 From: rolux Date: Tue, 10 Feb 2015 13:47:36 +0000 Subject: [PATCH] call 'selectEntities' on entity type switch --- static/js/entitiesDialog.js | 1 + 1 file changed, 1 insertion(+) diff --git a/static/js/entitiesDialog.js b/static/js/entitiesDialog.js index 571d456d6..85d89b318 100644 --- a/static/js/entitiesDialog.js +++ b/static/js/entitiesDialog.js @@ -28,6 +28,7 @@ pandora.ui.entitiesDialog = function(options) { type = data.value; pandora.UI.set({entitiesType: type}); $list.reloadList(); + selectEntities(); } }) .css({