Integrate the new mechanism for the data session management in the

variable control, privilege control, which specifies the keys - which
helps identify the data from the collection. Also, resolved an version
compatibility issue with the variable control.
This commit is contained in:
Ashesh Vashi
2016-01-15 16:47:17 +05:30
parent 586b81b162
commit 3a06758b94
4 changed files with 57 additions and 31 deletions

View File

@@ -69,7 +69,7 @@ function($, _, pgAdmin, Backbone, Backform, Alertify, Node) {
*/
var self = this,
url = self.field.get('url') || self.defaults.url,
m = self.model.handler || self.model;
m = self.model.top || self.model;
// Hmm - we found the url option.
// That means - we needs to fetch the options from that node.