Resolved a typo in collection.js, which leads to not adding the

properties of a node in backgrid list with mode parameter.

Thanks Akshay Joshi for reporting the issue.
This commit is contained in:
Ashesh Vashi 2015-12-23 18:11:27 +05:30
parent c51ecc69e4
commit d55b02aeab

View File

@ -49,7 +49,7 @@ function($, _, S, pgAdmin, Backbone, Alertify, Backform) {
}))(),
info = this.getTreeNodeHierarchy.apply(this, [item]),
gridSchema = Backform.generateGridColumnsFromModel(
info, node.model, 'prorperties', that.columns
info, node.model, 'properties', that.columns
),
// Initialize a new Grid instance
grid = new Backgrid.Grid({