pgAdmin 4 commit: Fix View Data option and column config for ForeignTa - Mailing list pgadmin-hackers

From Dave Page
Subject pgAdmin 4 commit: Fix View Data option and column config for ForeignTa
Date
Msg-id E1dtw9t-0004lI-Ri@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Fix View Data option and column config for Foreign Tables. Fixes #2691

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=bdc08d94c494301c20135371c59356fac5c40f1c
Author: Akshay Joshi <akshay.joshi@enterprisedb.com>

Modified Files
--------------
.../databases/schemas/foreign_tables/static/js/foreign_table.js   | 8 ++++----
web/pgadmin/tools/datagrid/static/js/datagrid.js                  | 2 +-
web/pgadmin/tools/sqleditor/command.py                            | 2 +-
3 files changed, 6 insertions(+), 6 deletions(-)


pgadmin-hackers by date:

Previous
From: Murtuza Zabuawala
Date:
Subject: Re: [pgAdmin4][Patch]: Fix the logic to extract the error in Query tool
Next
From: Dave Page
Date:
Subject: Re: [pgAdmin4][Patch] RM 2691 View data option is missing frompgAdmin4 2.0 version