diff --git a/static/js/entitiesDialog.js b/static/js/entitiesDialog.js index 84d1d0bd..571d456d 100644 --- a/static/js/entitiesDialog.js +++ b/static/js/entitiesDialog.js @@ -289,6 +289,14 @@ pandora.ui.entitiesDialog = function(options) { // resize: ... pandora_entitiesselection: function() { selectEntities(); + }, + pandora_entitiestype: function() { + type = ui.entitiesType || ( + pandora.site.entities.length ? pandora.site.entities[0].id : '' + ); + $entitiesSelect.options({value: type}); + $list.reloadList(); + selectEntities(); } });