From 1783e040e657dff6ec9fb8929a8f83faf8fc9e1b Mon Sep 17 00:00:00 2001 From: Surinder Kumar Date: Fri, 10 Jun 2016 17:08:48 +0100 Subject: [PATCH] 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. --- .../tools/grant_wizard/templates/grant_wizard/js/grant_wizard.js | 1 - 1 file changed, 1 deletion(-) diff --git a/web/pgadmin/tools/grant_wizard/templates/grant_wizard/js/grant_wizard.js b/web/pgadmin/tools/grant_wizard/templates/grant_wizard/js/grant_wizard.js index 29a5c387f..8b35d38ce 100644 --- a/web/pgadmin/tools/grant_wizard/templates/grant_wizard/js/grant_wizard.js +++ b/web/pgadmin/tools/grant_wizard/templates/grant_wizard/js/grant_wizard.js @@ -801,7 +801,6 @@ define([ } } else { console.log('Acls are not defined'); - return; } }