PATCH: To fix issue in table node (pgAdmin4)

From: Murtuza Zabuawala <murtuza(dot)zabuawala(at)enterprisedb(dot)com>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: PATCH: To fix issue in table node (pgAdmin4)
Date: 2016-06-03 10:04:56
Message-ID: CAKKotZRE0XtgujEJbPuJ-aaZBxT=3PyLc0rHBqtATVSvWK5HZA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi,

PFA patch to fix an issue in table node where, in relation combobox it was
displaying pg_catalog/system tables by default so we added show system
object condition in sql.
(RM#1300)

Additionally, I have included patch to fix an issue where due to high
Backgrid's search icon z-index [on dashboard page], search icon was
displaying on other dialog.

--
Regards,
Murtuza Zabuawala
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

Attachment Content-Type Size
Fixed_Backgrid_seach.patch application/octet-stream 521 bytes
RM_1300.patch application/octet-stream 2.7 KB

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Ashesh Vashi 2016-06-03 10:05:04 Re: PATCH: To fix minor patches (pgAdmin4)
Previous Message Ashesh Vashi 2016-06-03 10:02:37 pgAdmin 4 commit: Fixes #1223 - Do not allow to drop user from non-supe