mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Ensure that the template database should be visible while creating the database. Fixes #6286
This commit is contained in:
committed by
Akshay Joshi
parent
778e0cd402
commit
d70dea5072
@@ -343,7 +343,7 @@ class DatabaseView(PGChildNodeView):
|
||||
SQL = render_template(
|
||||
"/".join([self.template_path, self._NODES_SQL]),
|
||||
last_system_oid=0,
|
||||
show_system_objects=self.blueprint.show_system_objects,
|
||||
show_system_objects=True,
|
||||
)
|
||||
status, rset = self.conn.execute_dict(SQL)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user