Fixed Issue 424: Duplicate column names don't allow user to recover
git-svn-id: http://google-refine.googlecode.com/svn/trunk@2259 7d457c2a-affb-35e4-300a-418c747d4874
This commit is contained in:
parent
5762efebf6
commit
fbc990a2e0
@ -62,9 +62,13 @@ DataTableColumnHeaderUI.extendMenu(function(column, columnHeaderUI, menu) {
|
||||
onError: $('input[name="create-column-dialog-onerror-choice"]:checked')[0].value
|
||||
},
|
||||
null,
|
||||
{ modelsChanged: true }
|
||||
{ modelsChanged: true },
|
||||
{
|
||||
onDone: function(o) {
|
||||
dismiss();
|
||||
}
|
||||
}
|
||||
);
|
||||
dismiss();
|
||||
});
|
||||
|
||||
var o = DataTableView.sampleVisibleRows(column);
|
||||
|
Loading…
Reference in New Issue
Block a user