mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Resolve a refresh issue when updating packages. Fixes #1625
This commit is contained in:
committed by
Dave Page
parent
fc5ce22de9
commit
82d63804c1
@@ -226,7 +226,7 @@ class PackageView(PGChildNodeView):
|
||||
return make_json_response(
|
||||
data=self.blueprint.generate_browser_node(
|
||||
row['oid'],
|
||||
sid,
|
||||
scid,
|
||||
row['name'],
|
||||
icon="icon-%s" % self.node_type
|
||||
)
|
||||
@@ -236,7 +236,7 @@ class PackageView(PGChildNodeView):
|
||||
res.append(
|
||||
self.blueprint.generate_browser_node(
|
||||
row['oid'],
|
||||
sid,
|
||||
scid,
|
||||
row['name'],
|
||||
icon="icon-%s" % self.node_type
|
||||
))
|
||||
|
||||
Reference in New Issue
Block a user