mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-01-09 07:33:19 -06:00
Fixed RESQL test cases introduced after Template patch.
This commit is contained in:
parent
db7d72cca8
commit
fbf7b4aec3
@ -1186,7 +1186,7 @@ class DatabaseView(PGChildNodeView):
|
||||
This function will generate sql for sql panel
|
||||
"""
|
||||
|
||||
conn = self.manager.connection()
|
||||
conn = self.manager.connection(did=did)
|
||||
SQL = render_template(
|
||||
"/".join([self.template_path, self._PROPERTIES_SQL]),
|
||||
did=did, conn=conn, last_system_oid=0,
|
||||
|
Loading…
Reference in New Issue
Block a user