mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-09 23:15:58 -06:00
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:
parent
c51ecc69e4
commit
d55b02aeab
@ -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({
|
||||
|
Loading…
Reference in New Issue
Block a user