pgAdmin 4 commit: Fixed following issues for 1257: - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Fixed following issues for 1257:
Date
Msg-id E1jRxup-0007tC-QK@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Fixed following issues for 1257:
 1. For synonyms, the property is shown as "Public Synonym".
 2. For system procedure, the flag should be True but it is displaying as False.
 3. For both views and materialized views, the property is "System View".
 4. For FTS templates, the property is showing as "System FTS Parser".

Fixes #1257

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=aec64aa582c000bc25fd8f96160a922fca985ae2
Author: Aditya Toshniwal <aditya.toshniwal@enterprisedb.com>

Modified Files
--------------
.../databases/schemas/fts_templates/static/js/fts_template.js      | 2 +-
.../server_groups/servers/databases/schemas/functions/__init__.py  | 5 +++++
.../server_groups/servers/databases/schemas/synonyms/__init__.py   | 7 +++++++
.../servers/databases/schemas/synonyms/static/js/synonym.js        | 6 ++----
.../synonyms/templates/synonyms/sql/9.2_plus/properties.sql        | 3 +--
.../synonyms/templates/synonyms/sql/9.5_plus/properties.sql        | 3 +--
.../schemas/synonyms/templates/synonyms/sql/default/properties.sql | 3 +--
.../servers/databases/schemas/views/static/js/mview.js             | 2 +-
8 files changed, 19 insertions(+), 12 deletions(-)


pgadmin-hackers by date:

Previous
From: Murtuza Zabuawala
Date:
Subject: [pgAdmin4][RM#5213] Fixed materialized view issue when user performrefresh on it
Next
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin][RM4504] Make like options disable if Relation is not selected.