Re: [pgadmin-hackers] [pgAdmin4][Patch]: RM1840 - cannot create gist index due to enforced ASC, DESC options in generated SQL

2016-10-21 Thread Dave Page
On Fri, Oct 21, 2016 at 4:42 PM, Surinder Kumar wrote: > On Fri, Oct 21, 2016 at 8:52 PM, Dave Page wrote: >> >> Hi >> >> On Fri, Oct 21, 2016 at 4:16 PM, Surinder Kumar >> wrote: >> > Hi >> > >> > This fix is for exclusion constraint. >> > The options like "order" and "nulls" must be conditiona

Re: [pgadmin-hackers] [pgAdmin4][Patch]: RM1840 - cannot create gist index due to enforced ASC, DESC options in generated SQL

2016-10-21 Thread Surinder Kumar
On Fri, Oct 21, 2016 at 8:52 PM, Dave Page wrote: > Hi > > On Fri, Oct 21, 2016 at 4:16 PM, Surinder Kumar > wrote: > > Hi > > > > This fix is for exclusion constraint. > > The options like "order" and "nulls" must be conditional. i.e. include > only > > when access method type is other than "gi

Re: [pgadmin-hackers] [pgAdmin4][Patch]: RM1840 - cannot create gist index due to enforced ASC, DESC options in generated SQL

2016-10-21 Thread Dave Page
Hi On Fri, Oct 21, 2016 at 4:16 PM, Surinder Kumar wrote: > Hi > > This fix is for exclusion constraint. > The options like "order" and "nulls" must be conditional. i.e. include only > when access method type is other than "gist". When creating an index, the asc/desc options are disabled if gist

Re: [pgadmin-hackers] [pgAdmin4][Patch]: RM1840 - cannot create gist index due to enforced ASC, DESC options in generated SQL

2016-10-21 Thread Surinder Kumar
Hi This fix is for exclusion constraint. The options like "order" and "nulls" must be conditional. i.e. include only when access method type is other than "gist". Please find attached patch and review. On Fri, Oct 21, 2016 at 4:38 PM, Dave Page wrote: > Thanks, applied. > > On Thu, Oct 20, 201

Re: [pgadmin-hackers] [pgAdmin4][Patch]: Select2 control destroy issue [Minor fix]

2016-10-21 Thread Dave Page
Thanks, applied. On Fri, Oct 21, 2016 at 3:55 PM, Surinder Kumar wrote: > I missed to add the check "destroy only if select2 has destroy property'. in > previous patch. > It was reproducible when I select access method of exclusion constraint from > combo box. > > Please find attached patch and r

[pgadmin-hackers] pgAdmin 4 commit: Ensure select2 instances have a destroy property befo

2016-10-21 Thread Dave Page
Ensure select2 instances have a destroy property before calling destroy. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=19bd021696247cf895488bef61535f5b2b9444a6 Author: Surinder Kumar Modified Files -- web/pgadmin/static/js/backfo

Re: [pgadmin-hackers] patch for RM1875 exclusion constraint support for pg-9.6 [pgAdmin4]

2016-10-21 Thread Dave Page
Thanks, applied. On Fri, Oct 21, 2016 at 3:06 PM, Harshal Dhumal wrote: > Hi, > > PFA patch for RM1875. > > Issue fixed: > 1. Exclusion constraint added support for pg-9.6 > 2. Fixed index out of list (python error) when Exclusion constraint is > created without name. > > > -- > Harshal Dhumal >

[pgadmin-hackers] pgAdmin 4 commit: Fix exclusion constraint support on 9.6. Fixes #1875

2016-10-21 Thread Dave Page
Fix exclusion constraint support on 9.6. Fixes #1875 Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=2952faab5edcaf8dd75870fcab08f41af637ff88 Author: Harshal Dhumal Modified Files -- .../servers/databases/schemas/tables/__init__.py

[pgadmin-hackers] pgAdmin 4 commit: Fix refreshing of FTS Dictionaries. Fixes #1837

2016-10-21 Thread Dave Page
Fix refreshing of FTS Dictionaries. Fixes #1837 Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=23a0fc2f223943b574272d7c976c8897e4da7a84 Author: Surinder Kumar Modified Files -- .../fts_dictionaries/templates/fts_dictionary/sql/9.1

Re: [pgadmin-hackers] [pgAdmin4][Patch]: RM1837 - FTS directory refresh not working

2016-10-21 Thread Dave Page
Thanks, patch applied. On Fri, Oct 21, 2016 at 2:41 PM, Surinder Kumar wrote: > Hi > > The schema was supposed to be returned from nodes.sql but it wasn't. > I have verified refresh of other nodes which is working fine. > > Please find attached patch and review. > > Thanks > Surinder Kumar > > >

Re: [pgadmin-hackers] Patch for pgagent RM1878 [pgAgent]

2016-10-21 Thread Dave Page
Thanks - applied, with one change to *enable* the SQL tabs everywhere. On Fri, Oct 21, 2016 at 2:41 PM, Harshal Dhumal wrote: > Hi, > > PFA updated patch for RM1878 > > Issues fixed: > > 1. ProgrammingError: can't adapt type 'Undefined' for schedule > 2. Fixed malformed array literal issue raised

[pgadmin-hackers] pgAdmin 4 commit: Ensure steps and schedules can be created in empty jo

2016-10-21 Thread Dave Page
Ensure steps and schedules can be created in empty jobs. Fixes #1878 Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=ef0d26c29459ef9bd168e249d4578f325e8403f2 Modified Files -- .../servers/pgagent/schedules/__init__.py | 68

Re: [pgadmin-hackers] [pgAdmin4][Patch]: Select2 control destroy issue [Minor fix]

2016-10-21 Thread Surinder Kumar
​I missed to add the check "destroy only if select2 has destroy property'. in previous patch. It was reproducible when I select access method of exclusion constraint from combo box. Please find attached patch and review. On Sat, Oct 15, 2016 at 12:50 AM, Dave Page wrote: > Thanks, applied. > >

Re: [pgadmin-hackers] PATCH: To raise an error if background job fails to start (pgAdmin4)

2016-10-21 Thread Dave Page
On Fri, Oct 21, 2016 at 2:40 PM, Murtuza Zabuawala wrote: > Hi, > > PFA patch to fix the issue where it was not reporting error when it fails to > starts & went into infinite loop recursion of popup when task is deleted > from server(which is a transient issue). > RM#1679 Thanks, applied. > Note

[pgadmin-hackers] pgAdmin 4 commit: Ensure we handle external processes that fail to star

2016-10-21 Thread Dave Page
Ensure we handle external processes that fail to start. Fixes #1679 Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=e6d018c44f73bcf54644a8341065fbc282792205 Author: Murtuza Zabuawala Modified Files -- web/pgadmin/misc/bgprocess/pro

[pgadmin-hackers] pgAdmin 4 commit: Allow package bodies to be dropped. Fixes #1867

2016-10-21 Thread Dave Page
Allow package bodies to be dropped. Fixes #1867 Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=8e9108e0f356e7f510dd7fac7a2953b5e1bde235 Author: Surinder Kumar Modified Files -- .../schemas/packages/templates/package/ppas/9.1_plus/

Re: [pgadmin-hackers] [pgAdmin4][Patch]: RM1867 - User can not drop package body under properties section

2016-10-21 Thread Dave Page
Thanks, applied. On Fri, Oct 21, 2016 at 2:18 PM, Surinder Kumar wrote: > Hi > > While editing the package properties, if pkg body is empty, It should drop > the package. but it wasn't generating drop package query. > > Please find attached patch and review. > > > Thanks, > Surinder Kumar > > > -

Re: [pgadmin-hackers] [pgAdmin4][Patch]: Fixed RM 1887

2016-10-21 Thread Dave Page
Thanks, applied. On Fri, Oct 21, 2016 at 8:35 AM, Khushboo Vashi wrote: > Hi, > > Please find the patch to fix RM 1887: Preferences values ate not stored > properly. > > Thanks, > Khushboo > > > -- > Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) > To make changes to your

[pgadmin-hackers] pgAdmin 4 commit: Ensure preferences values are stored properly. Fixes

2016-10-21 Thread Dave Page
Ensure preferences values are stored properly. Fixes #1877 Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=a97d21cc907f32930d7e91c31a943eec83243493 Author: Khushboo Vashi Modified Files -- web/pgadmin/preferences/templates/preferen

[pgadmin-hackers] patch for RM1875 exclusion constraint support for pg-9.6 [pgAdmin4]

2016-10-21 Thread Harshal Dhumal
Hi, PFA patch for RM1875. Issue fixed: 1. Exclusion constraint added support for pg-9.6 2. Fixed index out of list (python error) when Exclusion constraint is created without name. -- *Harshal Dhumal* *Software Engineer* EnterpriseDB India: http://www.enterprisedb.com The Enterprise PostgreSQ

[pgadmin-hackers] pgAdmin 4 commit: Fix quoting of objects names for external utilities.

2016-10-21 Thread Dave Page
Fix quoting of objects names for external utilities. Fixes #1603, fixes #1220, fixes #1221 Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=5a1795e4a0c0c97ebfcc30b207d69a7f142cf169 Author: Khushboo Vashi Modified Files -- web/pgadm

Re: [pgadmin-hackers] [pgAdmin4][Patch]: Fixed RM 1603 & RM 1220

2016-10-21 Thread Dave Page
Thanks, patch applied. On Fri, Oct 21, 2016 at 6:14 AM, Khushboo Vashi wrote: > Hi, > > Please find the attached patch to fix below RMs: > > 1603: [Web Based] Export database failed if object contains double quotes > 1220: Backup database is not working with special characters > 1221: Maintena

Re: [pgadmin-hackers] patch for RM1863 [pgadmin4]

2016-10-21 Thread Dave Page
Thanks, patch applied. On Thu, Oct 20, 2016 at 7:07 PM, Harshal Dhumal wrote: > Hi, > > PFA patch for RM1863. > > Issue fixed: Correctly interpret composite data type for columns while > generating sql. > also minor UI improvement in foreign key column tab > > -- > Harshal Dhumal > Software Engin

[pgadmin-hackers] pgAdmin 4 commit: Properly quote type names in RE-SQL for tables. Fixes

2016-10-21 Thread Dave Page
Properly quote type names in RE-SQL for tables. Fixes #1863 Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=aef508ff910a97bd6eeedd5fcb39a1b924998841 Author: Harshal Dhumal Modified Files -- .../servers/databases/schemas/tables/__in

[pgadmin-hackers] [pgAdmin4][Patch]: RM1837 - FTS directory refresh not working

2016-10-21 Thread Surinder Kumar
Hi The schema was supposed to be returned from nodes.sql but it wasn't. I have verified refresh of other nodes which is working fine. Please find attached patch and review. Thanks Surinder Kumar RM1837.patch Description: Binary data -- Sent via pgadmin-hackers mailing list (pgadmin-hackers@p

Re: [pgadmin-hackers] Patch for pgagent RM1878 [pgAgent]

2016-10-21 Thread Harshal Dhumal
Hi, PFA updated patch for RM1878 Issues fixed: 1. ProgrammingError: can't adapt type 'Undefined' for schedule 2. Fixed malformed array literal issue raised by postgres while creating schedule 3. Fixed update of schedule. 4. Fixed update of step. 5. disabled sql tab (create sql tab) for step. --

[pgadmin-hackers] PATCH: To raise an error if background job fails to start (pgAdmin4)

2016-10-21 Thread Murtuza Zabuawala
Hi, PFA patch to fix the issue where it was not reporting error when it fails to starts & went into infinite loop recursion of popup when task is deleted from server(which is a transient issue). RM#1679 *Note:* There is still TODO in this RM which I have added in code, for which I'm not able find

Re: [pgadmin-hackers] [pgAdmin4][Patch]: RM1822 - 'ascii' codec can't decode byte

2016-10-21 Thread Dave Page
Thanks, patch applied. On Thu, Oct 20, 2016 at 4:40 PM, Surinder Kumar wrote: > Hi > > I am able to reproduce the issue by changing server username to "Суриндер" > in russian locale. > Steps: > 1) Rename server username to "Суриндер" by editing server properties. > 2) Double click on sever. Enter

[pgadmin-hackers] pgAdmin 4 commit: Handle non-ascii responses from the server when conne

2016-10-21 Thread Dave Page
Handle non-ascii responses from the server when connecting. Fixes #1822 Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=da3a37ab1974b8c862bba86a45a8463527d21c7c Author: Surinder Kumar Modified Files -- web/pgadmin/browser/server_gr

Re: [pgadmin-hackers] [pgAdmin4][Patch]: RM1858 - File Manager does not honour the file type while traversing the directories

2016-10-21 Thread Dave Page
Thanks, patch applied. On Thu, Oct 20, 2016 at 1:37 PM, Surinder Kumar wrote: > Hi, > > When a File Manager is closed by clicking cancel button. Its dom element not > destroyed.. So on traversing into directories, when it tries to get > currently selected file type, it looks into the dom element

[pgadmin-hackers] pgAdmin 4 commit: Ensure the File Manager honours the file type while t

2016-10-21 Thread Dave Page
Ensure the File Manager honours the file type while traversing the directories. Fixes #1858 When a File Manager is closed by clicking cancel button. Its dom element not destroyed.. So on traversing into directories, when it tries to get currently selected file type, it looks into the dom elemen

[pgadmin-hackers] [pgAdmin4][Patch]: RM1867 - User can not drop package body under properties section

2016-10-21 Thread Surinder Kumar
Hi While editing the package properties, if pkg body is empty, It should drop the package. but it wasn't generating drop package query. Please find attached patch and review. Thanks, Surinder Kumar RM1867.patch Description: Binary data -- Sent via pgadmin-hackers mailing list (pgadmin-hacke

Re: [pgadmin-hackers] PATCH: To fix the issue in Debugger module (pgAdmin4)

2016-10-21 Thread Neel Patel
Hi, On Fri, Oct 21, 2016 at 5:03 PM, Dave Page wrote: > Hi > > On Fri, Oct 21, 2016 at 12:32 PM, Neel Patel > wrote: > > Hi, > > > > > > On Fri, Oct 21, 2016 at 4:48 PM, Dave Page wrote: > >> > >> Hi > >> > >> There are still issues I'm afraid: > >> > >> - When execution stops, we seem to kee

Re: [pgadmin-hackers] [pgAdmin4][Patch]: RM 1574 - sql is not displayed in SQL pane for security label in both PG and EPAS/PPAS server

2016-10-21 Thread Dave Page
Thanks, patch applied. On Thu, Oct 20, 2016 at 11:39 AM, Surinder Kumar wrote: > Hi, > > Code to parse security privileges was missing. So, its sql wasn't displayed. > > Please find attached patch and review. > > Thanks, > Surinder Kumar > > > -- > Sent via pgadmin-hackers mailing list (pgadmin-h

[pgadmin-hackers] pgAdmin 4 commit: Show security labels in the reverse engineered SQL fo

2016-10-21 Thread Dave Page
Show security labels in the reverse engineered SQL for domains. Fixes #1574 Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=406dab069dfff14591a6ace8e6e36a3243f6fea0 Author: Surinder Kumar Modified Files -- .../server_groups/servers

Re: [pgadmin-hackers] [pgAdmin4][Patch]: RM1872 - Not able to open the File Manager

2016-10-21 Thread Dave Page
Thanks, patch applied. On Thu, Oct 20, 2016 at 10:37 AM, Surinder Kumar wrote: > Hi > > Issues fixed: > > 1) In Python 3, parameter "cmp" is removed from sorted method. So File > Manager won't open. > As we are sorting data on JS side using Natural sort, so on server side > sorting is not require

[pgadmin-hackers] pgAdmin 4 commit: Fix the file manager when used under Python 3. Fixes

2016-10-21 Thread Dave Page
Fix the file manager when used under Python 3. Fixes #1872 Issues fixed: 1) In Python 3, parameter "cmp" is removed from sorted method. So File Manager won't open. As we are sorting data on JS side using Natural sort, so on server side sorting is not required. 2) Improvement in Exception handl

[pgadmin-hackers] pgAdmin 4 commit: Don't allow setting of security labels on edbspl stor

2016-10-21 Thread Dave Page
Don't allow setting of security labels on edbspl stored procedures (by correctly checking the node type). Fixes #1576 Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=d29ccea2997d2cf6c83aab46acc0871f2bda57b5 Author: Murtuza Zabuawala Modified

Re: [pgadmin-hackers] PATCH: To display Security Label control properly in procedure node(pgAdmin4)

2016-10-21 Thread Dave Page
Thanks, applied. On Thu, Oct 20, 2016 at 10:30 AM, Murtuza Zabuawala wrote: > Hi, > > PFA minor patch to fix the issue where behaviour of security label control > was different when in CREATE mode & in EDIT mode. > RM#1576 > > issue: > Corrected the condition for node type checking. > > -- > Rega

Re: [pgadmin-hackers] PATCH: To fix the issue in Debugger module (pgAdmin4)

2016-10-21 Thread Dave Page
Hi On Fri, Oct 21, 2016 at 12:32 PM, Neel Patel wrote: > Hi, > > > On Fri, Oct 21, 2016 at 4:48 PM, Dave Page wrote: >> >> Hi >> >> There are still issues I'm afraid: >> >> - When execution stops, we seem to keep polling for more results >> indefinitely. > > Do you mean after completion of first

Re: [pgadmin-hackers] PATCH: To fix the issue in Debugger module (pgAdmin4)

2016-10-21 Thread Neel Patel
Hi, On Fri, Oct 21, 2016 at 4:48 PM, Dave Page wrote: > Hi > > There are still issues I'm afraid: > > - When execution stops, we seem to keep polling for more results > indefinitely. > Do you mean after completion of first successful debugging ? If yes, we are polling because user can start sam

[pgadmin-hackers] pgAdmin 4 commit: Resolve a PG 9.6 compatibility issue in the regressio

2016-10-21 Thread Dave Page
Resolve a PG 9.6 compatibility issue in the regression test for Languages. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=1908e86d223b27e2e40ca128432a08589d082a0e Author: Navnath Gadakh Modified Files -- .../servers/databases/lang

Re: [pgadmin-hackers] Language node patch

2016-10-21 Thread Dave Page
Thanks, applied. On Thu, Oct 20, 2016 at 10:09 AM, Navnath Gadakh wrote: > Hi Dave, >Please find revised patch for languages API test cases. Resolved some > PG9.6 compatibility issues. > > Thanks. > > On Tue, Oct 18, 2016 at 7:08 PM, Dave Page > wrote: >> >> Thanks, applied. >> >> On Tue

Re: [pgadmin-hackers] PATCH: To fix the issue in Debugger module (pgAdmin4)

2016-10-21 Thread Dave Page
Hi There are still issues I'm afraid: - When execution stops, we seem to keep polling for more results indefinitely. - When executing for a second time, the messages tab isn't cleared, and new messages don't seem to be appended to it either. I would expect the tab to be cleared. On Thu, Oct 20,

Re: [pgadmin-hackers] [pgAdmin4][Patch]: RM1728 - Properties are not refreshing after objects are edited

2016-10-21 Thread Dave Page
Thanks, applied (and I dealt with the RM). On Thu, Oct 20, 2016 at 7:58 AM, Surinder Kumar wrote: > Hi, > > While fixing RM1840, I found when we add new index, it doesn't add under > right parent. i.e. columns collection. because wrong parent is given in > response. > I also verified other nodes.

[pgadmin-hackers] pgAdmin 4 commit: Add new indexes to the correct parent on the treeview

2016-10-21 Thread Dave Page
Add new indexes to the correct parent on the treeview. Fixes #1880 Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=48ee8490f04cbe397d5f010481819d2297e5fa2b Author: Surinder Kumar Modified Files -- .../server_groups/servers/database

Re: [pgadmin-hackers] [pgAdmin4][Patch]: RM1840 - cannot create gist index due to enforced ASC, DESC options in generated SQL

2016-10-21 Thread Dave Page
Thanks, applied. On Thu, Oct 20, 2016 at 7:47 AM, Surinder Kumar wrote: > Hi, > > The options like "sort" and "nulls" must be conditional. i.e. include only > when access method type is other than "gist" or "gin". > > Please find attached patch and review. > > Thanks, > Surinder Kumar > > > > --

[pgadmin-hackers] pgAdmin 4 commit: Don't specify ASC/DESC options for index types that d

2016-10-21 Thread Dave Page
Don't specify ASC/DESC options for index types that don't support them. Fixes #1840 Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=06039320b941d3d98f1ab044320ba177e47d0f9c Author: Surinder Kumar Modified Files -- .../schemas/tabl

[pgadmin-hackers] pgAdmin 4 commit: Properly generate exclusion constraint SQL. Fixes #18

2016-10-21 Thread Dave Page
Properly generate exclusion constraint SQL. Fixes #1861 Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=6874a1a2471e357d21276c432a6a69948650455f Author: Harshal Dhumal Modified Files -- .../schemas/tables/constraints/exclusion_cons

Re: [pgadmin-hackers] patch for RM1861 [pgAdmin4]

2016-10-21 Thread Dave Page
Thanks, applied. On Thu, Oct 20, 2016 at 7:28 AM, Harshal Dhumal wrote: > Hi, > > PFA minor patch for RM1861. > > Issue fixed: SQL not generated for exclusion constraint on table > > -- > Harshal Dhumal > Software Engineer > > EnterpriseDB India: http://www.enterprisedb.com > The Enterprise Postg

[pgadmin-hackers] pgAdmin 4 commit: Ensure the grant wizard works with objects with speci

2016-10-21 Thread Dave Page
Ensure the grant wizard works with objects with special characters in the name. Fixes #1599 Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=9155c2111f3f276614987f55e083da63239855d6 Author: Surinder Kumar Modified Files -- web/pgad

Re: [pgadmin-hackers] [pgAdmin4][Patch]: RM1599 - Unable to fetch the records for grant wizard if schema contains special characters

2016-10-21 Thread Dave Page
Thanks, applied. On Thu, Oct 20, 2016 at 6:40 AM, Surinder Kumar wrote: > Hi, > > Issue: > The schema name was passed into the template files to get schema name in > response which doesn't escape special characters. > > Now schema is fetched using a JOIN statement on needed tables. > > Please fin

Re: [pgadmin-hackers] Patch for pgagent RM1878 [pgAgent]

2016-10-21 Thread Harshal Dhumal
Hi, Please ignore this patch as I haven't fixed same issue for schedule. Also there is issue "malformed array literal" when we try to save schedule. I'll be sending updated patch. Thanks Harshal, -- *Harshal Dhumal* *Software Engineer* EnterpriseDB India: http://www.enterprisedb.com The Enter

[pgadmin-hackers] Patch for pgagent RM1878 [pgAgent]

2016-10-21 Thread Harshal Dhumal
Hi, PFA attached patch for pgagent issue RM1878 issue fixed: ProgrammingError: can't adapt type 'Undefined' -- *Harshal Dhumal* *Software Engineer* EnterpriseDB India: http://www.enterprisedb.com The Enterprise PostgreSQL Company diff --git a/web/pgadmin/browser/server_groups/servers/pgagent/s

[pgadmin-hackers] [pgAdmin4][Patch]: Fixed RM 1887

2016-10-21 Thread Khushboo Vashi
Hi, Please find the patch to fix RM 1887: Preferences values ate not stored properly. Thanks, Khushboo diff --git a/web/pgadmin/preferences/templates/preferences/preferences.js b/web/pgadmin/preferences/templates/preferences/preferences.js index 09788fc..e02c926 100644 --- a/web/pgadmin/preferenc