Add support for dropping multiple objects at once from the collection Properties panel. Fixes #1513

This commit is contained in:
Khushboo Vashi
2018-10-31 10:30:36 +00:00
committed by Dave Page
parent 3359a0de7a
commit f17979141c
124 changed files with 5969 additions and 1315 deletions

View File

@@ -13,6 +13,8 @@ define('pgadmin.node.database', [
type: 'coll-database',
columns: ['name', 'datowner', 'comments'],
hasStatistics: true,
canDrop: true,
canDropCascade: false,
statsPrettifyFields: ['Size', 'Size of temporary files'],
});
}
@@ -257,6 +259,7 @@ define('pgadmin.node.database', [
},
},
model: pgBrowser.Node.Model.extend({
idAttribute: 'did',
defaults: {
name: undefined,
owner: undefined,