Allow to create the foreign table with inherits options. Fixes #1260

This commit is contained in:
Harshal Dhumal
2016-08-02 09:38:17 +05:30
committed by Ashesh Vashi
parent 01252a13cf
commit ec3b9bb15b
9 changed files with 32 additions and 163 deletions

View File

@@ -124,7 +124,7 @@ function(_, pgAdmin, $, Backbone) {
var self = this;
self._previous_key_values = {};
if ('on_server' in options && options.on_server) {
if (!_.isUndefined(options) && 'on_server' in options && options.on_server) {
self.on_server = true;
}