pgAdmin 4 commit: Properly assign dropdownParent in Select2 controls. F

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Properly assign dropdownParent in Select2 controls. F
Date: 2019-07-25 09:23:17
Message-ID: E1hqZy1-0005am-T0@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Properly assign dropdownParent in Select2 controls. Fixes #4218

Branch
------
electron2

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=eb4c2085bd62644f0a12f09ccf423e1d02d089dc
Author: Neel Patel <neel(dot)patel(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/release_notes.rst | 1 +
docs/en_US/release_notes_4_7.rst | 17 +++++++++++++++++
web/pgadmin/static/js/backform.pgadmin.js | 14 +++++++-------
3 files changed, 25 insertions(+), 7 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2019-07-25 09:23:18 pgAdmin 4 commit: Add a missing fix.
Previous Message Akshay Joshi 2019-07-25 05:57:08 pgAdmin 4 commit: Fix syntax error in query tool feature test for Pytho