Resolved an issue in the node control related using existing cached data

This commit is contained in:
Murtuza Zabuawala 2016-01-04 11:12:03 +05:30 committed by Ashesh Vashi
parent ef3f54378c
commit cf802cb23f

View File

@ -67,6 +67,9 @@ function($, _, pgAdmin, Backbone, Backform, Alertify, Node) {
}
});
m.trigger('pgadmin-view:fetched', m, self.field);
} else {
// To fetch only options from cache, we do not need time from 'at' attribute but only options
data = data.data;
}
/*