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

From Dave Page
Subject pgAdmin 4 commit: Fix re-display of privileges on the grant wizard if t
Date
Msg-id E1bBOzL-000599-7K@gothos.postgresql.org
Whole thread Raw
List 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
inwizard. 

Branch
------
master

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

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


pgadmin-hackers by date:

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