pgAdmin 4 commit: Added comment column in the properties panel for View

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Added comment column in the properties panel for View
Date: 2021-05-03 11:07:35
Message-ID: E1ldWQJ-0002KD-7O@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Added comment column in the properties panel for View and Materialized View collection node. Fixes #6416

Branches
--------
React_Porting
master

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

Modified Files
--------------
docs/en_US/release_notes_5_3.rst | 1 +
.../server_groups/servers/databases/schemas/views/static/js/mview.js | 2 +-
.../server_groups/servers/databases/schemas/views/static/js/view.js | 2 +-
3 files changed, 3 insertions(+), 2 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2021-05-04 07:04:11 pgAdmin 4 commit: Fixed an issue where the current debug line is not vi
Previous Message Akshay Joshi 2021-05-03 10:41:54 Re: [pgAdmin4][Patch] - RM 6158 - Logging into PostgreSQL servers with Kerberos Authentication