mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fix panel errors seen when click on partitions.
This commit is contained in:
committed by
Dave Page
parent
cb9fffc7de
commit
2d1e835d32
@@ -240,10 +240,6 @@ class PartitionsView(BaseTableView, DataTypeReader, VacuumSettings):
|
||||
else:
|
||||
nodes.extend(module.get_nodes(**kwargs))
|
||||
|
||||
# Explicitly include 'partition' module as we had excluded it during
|
||||
# registration.
|
||||
nodes.extend(self.blueprint.get_nodes(**kwargs))
|
||||
|
||||
# Return sorted nodes based on label
|
||||
return make_json_response(
|
||||
data=sorted(
|
||||
|
||||
Reference in New Issue
Block a user