When a new facet is added, make sure to switch to the Filter / Facet tab in the sidebar.
git-svn-id: http://google-refine.googlecode.com/svn/trunk@1555 7d457c2a-affb-35e4-300a-418c747d4874
This commit is contained in:
parent
855dec26e5
commit
1066169c05
@ -156,6 +156,8 @@ BrowsingEngine.prototype.addFacet = function(type, config, options) {
|
||||
|
||||
this._facets.push({ elmt: elmt, facet: facet });
|
||||
|
||||
ui.leftPanelTabs.tabs("select", 0);
|
||||
|
||||
Refine.update({ engineChanged: true });
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user