pgadmin4/web/pgadmin/browser
Surinder Kumar 802840fd7f Fix various cosmetic issues with preference dialog
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.
2016-06-08 13:29:49 +01:00
..
server_groups Fix various cosmetic issues with preference dialog 2016-06-08 13:29:49 +01:00
static Check valid DOMElement existance before accessing it while updating the 2016-06-02 15:01:16 +05:30
templates/browser Add the Query Tool to the context menu, and improve prioritisation. Fixes #1256 2016-06-08 13:18:59 +01:00
tests Initial version of a regression test framework 2016-04-17 10:39:08 -04:00
__init__.py User management. 2016-06-06 13:34:08 +01:00
collection.py Preferences dialogue. Patch by Ashesh and Khushboo Vashi. 2016-03-07 11:48:53 +00:00
utils.py Load the collection node sorted on order by 'label'. 2016-06-03 06:49:20 +05:30