pgAdmin 4 commit: Fix the issue of accessing the SQL for Views and Mate - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Fix the issue of accessing the SQL for Views and Mate
Date
Msg-id E1hWa9o-0002Ko-Cq@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Fix the issue of accessing the SQL for Views and Materialized Views. Regression of pluralisation of folder names. Fixes
#4308

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=26c7d76d4f274a905085bd5a168e428f0defbc50

Modified Files
--------------
docs/en_US/release_notes_4_8.rst                                  | 3 ++-
.../server_groups/servers/databases/schemas/functions/__init__.py | 2 +-
.../server_groups/servers/databases/schemas/sequences/__init__.py | 2 +-
.../servers/databases/schemas/tables/indexes/__init__.py          | 2 +-
.../server_groups/servers/databases/schemas/views/__init__.py     | 8 ++++----
5 files changed, 9 insertions(+), 8 deletions(-)


pgadmin-hackers by date:

Previous
From: Aditya Toshniwal
Date:
Subject: Re: [pgAdmin][RM2653] Lock layout
Next
From: Dave Page
Date:
Subject: pgAdmin 4 commit: Disable the master password in test mode (for now).