pgAdmin 4 commit: - Fix codemirror cursor issue. - Fix foreign table ja

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: - Fix codemirror cursor issue. - Fix foreign table ja
Date: 2021-09-09 07:58:39
Message-ID: E1mOExD-0003zw-0i@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

- Fix codemirror cursor issue. - Fix foreign table jasmine test cases.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=2a76027cceb9e8f0b94314e2bde69f98f2c6f783
Author: Aditya Toshniwal <aditya(dot)toshniwal14(at)gmail(dot)com>

Modified Files
--------------
.../schemas/foreign_tables/static/js/foreign_table.ui.js | 5 +++--
web/pgadmin/static/js/components/CodeMirror.jsx | 4 +++-
web/pgadmin/static/js/components/FormComponents.jsx | 9 +++++----
.../javascript/schema_ui_files/foreign_table.ui.spec.js | 3 ++-
4 files changed, 13 insertions(+), 8 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Aditya Toshniwal 2021-09-09 08:31:11 [pgAdmin][patch] Fix pgAdmin error after react branch merge
Previous Message Akshay Joshi 2021-09-09 07:58:38 pgAdmin 4 commit: Port Procedure and Function node to react. Fixes #663