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

This issue was regression of commit id: 47d7e24bb9
Shouldn't have return statement in view object because it is called by render of wizard object class to render the page in wizard.
This commit is contained in:
Surinder Kumar 2016-06-10 17:08:48 +01:00 committed by Dave Page
parent 9e8e3fc787
commit 1783e040e6

View File

@ -801,7 +801,6 @@ define([
}
} else {
console.log('Acls are not defined');
return;
}
}