Resolved an issue in the node control related using existing cached data
parent
ef3f54378c
commit
cf802cb23f
|
|
@ -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;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Reference in New Issue