[pgAdmin4][Patch]: RM-2859: Can't create new user

2017-11-22 Thread Khushboo Vashi
Hi, Please find the attached patch to fix RM #2859: Can't create new user. The "User Management" dialogue footer was overlapping the back-grid table which has been fixed. Thanks, Khushboo diff --git a/web/pgadmin/static/css/bootstrap.overrides.css

Fix for RM2845: Make "Save changes" prompt configurable

2017-11-22 Thread Harshal Dhumal
Hi, Please find attached patch to fix RM2845 -- *Harshal Dhumal* *Sr. Software Engineer* EnterpriseDB India: http://www.enterprisedb.com The Enterprise PostgreSQL Company diff --git a/web/pgadmin/tools/datagrid/__init__.py b/web/pgadmin/tools/datagrid/__init__.py index c37e5d3..eaa1850 100644

[pgAdmin4][Patch]: Switching between Tabs resets table viewport to first row in gird - Query tool

2017-11-22 Thread Murtuza Zabuawala
Hi, PFA patch to fix the issue where while switching the tabs in query tool resets the position of the table viewport to the first row. RM#2875 *Steps:* 1) Open query tool 2) Execute: select * from generate_series(1, 1000) as "column-1"; 3) Scroll till the End OR till ~250 row 4) Click on

pgAdmin 4 commit: Ensure newly added rows cannot be editted until we ha

2017-11-22 Thread Dave Page
Ensure newly added rows cannot be editted until we have key values. Fixes #RM2886 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=1bc318f0913dd4b960bb113fe7a3b0d0ec2e6771 Author: Murtuza Zabuawala

Re: [pgAdmin4][Patch]: To fix issues in Boolean editor

2017-11-22 Thread Dave Page
Thanks, both applied! On Wed, Nov 22, 2017 at 5:30 AM, Murtuza Zabuawala < murtuza.zabuaw...@enterprisedb.com> wrote: > ​Hi Dave, > > On Tue, Nov 21, 2017 at 10:53 PM, Dave Page wrote: > >> Hi >> >> On Tue, Nov 21, 2017 at 1:17 PM, Murtuza Zabuawala < >>

pgAdmin 4 commit: Improve clarity of the boolean checkbox.

2017-11-22 Thread Dave Page
Improve clarity of the boolean checkbox. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=f0db93cefd80d7671aa3434c1cfb45295b437983 Author: Murtuza Zabuawala Modified Files --

pgAdmin 4 commit: Honour whitespace properly in the data grid. Fixes #2

2017-11-22 Thread Dave Page
Honour whitespace properly in the data grid. Fixes #2880 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=fdb4fa454a121fb43c6643c608e6ec3419880a0c Author: Murtuza Zabuawala Modified Files --

Re: [pgAdmin4][Patch]: To display leading whitespace properly in columns - Query tool

2017-11-22 Thread Dave Page
Thanks, applied. On Wed, Nov 22, 2017 at 7:34 AM, Murtuza Zabuawala < murtuza.zabuaw...@enterprisedb.com> wrote: > Hi, > > PFA minor patch to fix the issue where user were not able to see leading > whitespace in their columns. > RM#2880 > > -- > Regards, > Murtuza Zabuawala > EnterpriseDB:

Re: [pgAdmin4][Patch]: Switching between Tabs resets table viewport to first row in gird - Query tool

2017-11-22 Thread Dave Page
Hi On Wed, Nov 22, 2017 at 3:18 PM, Murtuza Zabuawala < murtuza.zabuaw...@enterprisedb.com> wrote: > Hi, > > PFA patch to fix the issue where while switching the tabs in query tool > resets the position of the table viewport to the first row. > RM#2875 > > *Steps:* > 1) Open query tool > 2)