mirror of
https://github.com/ZwareBear/awx.git
synced 2026-05-13 07:18:35 -05:00
Fix dismiss of credential permissions routing
This commit is contained in:
@@ -16,7 +16,7 @@ function AtPanelController ($state) {
|
||||
};
|
||||
|
||||
vm.dismiss = () => {
|
||||
$state.go('^');
|
||||
$state.go(scope.onDismiss || '^');
|
||||
};
|
||||
|
||||
vm.use = child => {
|
||||
@@ -38,7 +38,7 @@ function atPanel (pathService, _$animate_) {
|
||||
link: atPanelLink,
|
||||
scope: {
|
||||
state: '=',
|
||||
animate: '@'
|
||||
onDismiss: '@'
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user