pgAdmin 4 commit: Fix the issue in Materialized view where user was not

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Fix the issue in Materialized view where user was not
Date: 2016-06-20 09:03:41
Message-ID: E1bEv7N-0008Qj-Qh@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fix the issue in Materialized view where user was not able to create Materialized view with PPAS 9.5 due to incorrect template path.

Fixes #1379

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=ac37d60c030b58fb259f61c7bc94bb29ce0f15bc
Author: Murtuza Zabuawala <murtuza(dot)zabuawala(at)enterprisedb(dot)com>

Modified Files
--------------
.../server_groups/servers/databases/schemas/views/__init__.py | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2016-06-20 09:03:56 Re: PATCH: To fixed the issue in Materialized view (pgAdmin4)
Previous Message Dave Page 2016-06-20 08:57:48 Re: [pgAdmin4][Patch]: RM#1337 - Query Tool: Cannot copy result set to clipboard.