mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2024-11-22 08:46:39 -06:00
Resolved an issue in the node control related using existing cached data
This commit is contained in:
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
Block a user