mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Ensure that the children of information_schema and pg_catalog node should be displayed. Fixes #7587
This commit is contained in:
committed by
Akshay Joshi
parent
c2b23465cc
commit
e1fa1b0396
@@ -186,7 +186,7 @@ class CatalogModule(SchemaModule):
|
||||
Override the default register function to automagically register
|
||||
sub-modules at once.
|
||||
"""
|
||||
super(SchemaModule, self).register(app, options)
|
||||
super(CatalogModule, self).register(app, options)
|
||||
|
||||
|
||||
schema_blueprint = SchemaModule(__name__)
|
||||
|
||||
Reference in New Issue
Block a user