mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fixed an issue where Operators collection node throwing an error. #6325
This commit is contained in:
parent
4baaff4566
commit
cba3dc9457
@ -50,3 +50,4 @@ Bug fixes
|
||||
| `Issue #6279 <https://github.com/pgadmin-org/pgadmin4/issues/6279>`_ - Fix incorrect number of foreign tables displayed. Show column comments in RE-SQL.
|
||||
| `Issue #6280 <https://github.com/pgadmin-org/pgadmin4/issues/6280>`_ - View SQL tab not quoting column comments.
|
||||
| `Issue #6281 <https://github.com/pgadmin-org/pgadmin4/issues/6281>`_ - VarChar Field Sizes are missing from Query's Grid header.
|
||||
| `Issue #6325 <https://github.com/pgadmin-org/pgadmin4/issues/6325>`_ - Fixed an issue where Operators collection node throwing an error.
|
||||
|
@ -169,10 +169,6 @@ class OperatorView(PGChildNodeView):
|
||||
# Set the template path for the SQL scripts
|
||||
self.template_path = \
|
||||
self.BASE_TEMPLATE_PATH.format(self.manager.version)
|
||||
self.template_path = compile_template_path(
|
||||
self.BASE_TEMPLATE_PATH,
|
||||
self.manager.version
|
||||
)
|
||||
|
||||
return f(*args, **kwargs)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user