mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-01-15 11:12:25 -06:00
Pass the database ID to the query tool when using the Script options. Fixes #2435
This commit is contained in:
parent
3216eca4a8
commit
a45bb905f5
@ -1119,7 +1119,7 @@ class ViewNode(PGChildNodeView, VacuumSettings):
|
||||
"/".join([
|
||||
self.template_path, 'sql/properties.sql'
|
||||
]),
|
||||
scid=scid, vid=vid,
|
||||
scid=scid, vid=vid, did=did,
|
||||
datlastsysoid=self.datlastsysoid
|
||||
)
|
||||
status, res = self.conn.execute_dict(SQL)
|
||||
@ -1180,7 +1180,7 @@ class ViewNode(PGChildNodeView, VacuumSettings):
|
||||
"/".join([
|
||||
self.template_path, 'sql/properties.sql'
|
||||
]),
|
||||
scid=scid, vid=vid,
|
||||
scid=scid, vid=vid, did=did,
|
||||
datlastsysoid=self.datlastsysoid
|
||||
)
|
||||
status, res = self.conn.execute_dict(SQL)
|
||||
|
Loading…
Reference in New Issue
Block a user