pgAdmin 4 commit: 1. Make Unlogged switch in table as read only.

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: 1. Make Unlogged switch in table as read only.
Date: 2021-09-28 12:22:45
Message-ID: E1mVC8D-00089x-UX@gothos.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

1. Make Unlogged switch in table as read only.
2. Fix a console warning when saving node data.

Fixes #6778

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=08706ba6b278d22b8ca01d72d07152eb9f8c598c
Author: Aditya Toshniwal <aditya(dot)toshniwal(at)enterprisedb(dot)com>

Modified Files
--------------
.../databases/schemas/tables/static/js/table.ui.js | 2 +-
web/pgadmin/static/js/SchemaView/index.jsx | 16 +++++++++-------
web/pgadmin/static/js/Theme/index.jsx | 3 +++
web/pgadmin/static/js/custom_hooks.js | 11 ++++++++++-
4 files changed, 23 insertions(+), 9 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2021-09-28 12:23:07 Re: [pgAdmin4][Patch] - Fixes for RM #6817 & RM #6820
Previous Message Aditya Toshniwal 2021-09-28 11:48:47 Re: [pgAdmin][RM6778] Properties panel not loaded for catalog tables