pgAdmin 4 commit: Fix re-display of privileges on the grant wizard if t

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Fix re-display of privileges on the grant wizard if t
Date: 2016-06-10 16:08:51
Message-ID: E1bBOzL-000599-7K@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fix re-display of privileges on the grant wizard if the back button is used. Fixes #1324

This issue was regression of commit id: 47d7e24bb91f22da3b55c941f515ce76248f2cc6
Shouldn't have return statement in view object because it is called by render of wizard object class to render the page in wizard.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=1783e040e657dff6ec9fb8929a8f83faf8fc9e1b
Author: Surinder Kumar <surinder(dot)kumar(at)enterprisedb(dot)com>

Modified Files
--------------
web/pgadmin/tools/grant_wizard/templates/grant_wizard/js/grant_wizard.js | 1 -
1 file changed, 1 deletion(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2016-06-10 16:08:58 Re: [pgAdmin4][Patch]: RM#1324 - Grant wizard does not show privileges option again if Click on Back button on Privileges page
Previous Message Dave Page 2016-06-10 16:06:35 Re: [pgAdmin4[Patch]: RM#1319 - Unable to select sql file through query tool on windows operating system