Set options fetched from the server as it is only when transform function is not provided.
parent
49373df02d
commit
f451bd0a83
|
@ -81,8 +81,9 @@ function($, _, pgAdmin, Backbone, Backform, Alertify, Node) {
|
||||||
// It will allow us to generate different data based on the
|
// It will allow us to generate different data based on the
|
||||||
// dependencies.
|
// dependencies.
|
||||||
self.field.set('options', transform.bind(self, data));
|
self.field.set('options', transform.bind(self, data));
|
||||||
|
} else {
|
||||||
|
self.field.set('options', data);
|
||||||
}
|
}
|
||||||
self.field.set('options', data);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue