pgAdmin 4 commit: Fixed an issue where like options should be disabled  - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Fixed an issue where like options should be disabled 
Date
Msg-id E1jRxup-0007tG-RW@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Fixed an issue where like options should be disabled if the relation is not selected while creating a table. Fixes
#4504

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=ef58d277ca1ffcca270e2a39a3790cf6c9ca2e5a
Author: Pradip Parkale <pradip.parkale@enterprisedb.com>

Modified Files
--------------
docs/en_US/release_notes_4_21.rst                  |  1 +
.../databases/schemas/tables/static/js/table.js    | 40 ++++++++++++++++------
2 files changed, 30 insertions(+), 11 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.