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

@@ -16,6 +16,8 @@ define('pgadmin.node.tablespace', [
columns: ['name', 'spcuser', 'description'],
hasStatistics: true,
statsPrettifyFields: ['Size'],
canDrop: true,
canDropCascade: false,
});
}
@@ -303,6 +305,7 @@ define('pgadmin.node.tablespace', [
},
},
model: pgBrowser.Node.Model.extend({
idAttribute: 'oid',
defaults: {
name: undefined,
owner: undefined,