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.
pull/3/head
parent
9e8e3fc787
commit
1783e040e6
|
@ -801,7 +801,6 @@ define([
|
|||
}
|
||||
} else {
|
||||
console.log('Acls are not defined');
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue