[pgAdmin4][Patch]: RM#1277 - Few cosmetic issues with preference dialog

From: Surinder Kumar <surinder(dot)kumar(at)enterprisedb(dot)com>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: [pgAdmin4][Patch]: RM#1277 - Few cosmetic issues with preference dialog
Date: 2016-06-06 08:45:12
Message-ID: CAM5-9D_3x6wwibw12JhmS0162vjNJfyi=KtqWKp=BUZqEGU9KQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi,

Please find the patch for issues fixed:
1. Foreign keys listed twice
The label for Exclusion constraint was set to 'Foreign keys'. fixed it.
2. Trigger function, Unique constraint, Primary key should be in title case
3. if user click outside of Preferences window it disappear (it should not
disappear)
set preference alertify dialog option *closableByDimmer to false.*
4. Columns node settings listed twice
Override the *register_preferences* method in Columns
*CatalogObjectColumnsModule* class
because there are two types of columns node, catalogs columns and tables
columns.
so the settings for table columns should also work for catalog columns.
Thats why we are not showing preference option for catalogs column node.
*Ashesh* fixed this issue.

Please review.

Thanks,
Surinder Kumar

Attachment Content-Type Size
RM#1277.patch application/octet-stream 5.2 KB

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2016-06-06 08:46:44 Re: User management functionality patch [pgadmin4]
Previous Message Priyanka Shendge 2016-06-06 08:39:13 Re: pgAdmin IV API test cases patch