Fixed minor bug in schema alignment skeleton dialog where namespaces of cell-as-key nodes are not saved properly.
git-svn-id: http://google-refine.googlecode.com/svn/trunk@1171 7d457c2a-affb-35e4-300a-418c747d4874
This commit is contained in:
parent
99b8c4dc7a
commit
56edb6ddd4
@ -680,7 +680,7 @@ SchemaAlignmentDialog.UINode.prototype.getJSON = function() {
|
|||||||
result = {
|
result = {
|
||||||
nodeType: this._node.nodeType,
|
nodeType: this._node.nodeType,
|
||||||
columnNames: this._node.columnNames,
|
columnNames: this._node.columnNames,
|
||||||
type: cloneDeep(this._node.namespace)
|
namespace: cloneDeep(this._node.namespace)
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
} else if (this._node.nodeType == "topic") {
|
} else if (this._node.nodeType == "topic") {
|
||||||
|
Loading…
Reference in New Issue
Block a user