pgAdmin 4 commit: Fix an issue where the dropdown becomes misaligned/di

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fix an issue where the dropdown becomes misaligned/di
Date: 2019-04-09 06:39:48
Message-ID: E1hDkQ8-0004Rm-DE@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fix an issue where the dropdown becomes misaligned/displaced. Fixes #4138

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=6016a5ee989a8f3f56c4a03994eb57989c3c0717
Author: Murtuza Zabuawala <murtuza(dot)zabuawala(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/release_notes.rst | 1 +
docs/en_US/release_notes_4_6.rst | 17 +++++++++++++++++
web/pgadmin/static/js/backform.pgadmin.js | 9 +++++++++
3 files changed, 27 insertions(+)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2019-04-09 06:40:09 Re: [pgAdmin4][RM#4138] Allow us to set the dropdown body when rendering Select2 control
Previous Message Akshay Joshi 2019-04-09 06:16:31 Re: [pgAdmin4][Patch] - RM 3605 & 2392 - View data fixes