mirror of
https://github.com/ansible/awx.git
synced 2026-01-17 04:31:21 -03:30
make delete of app work when you are on app's tokens route
This commit is contained in:
parent
77eea40d0b
commit
924cb51d51
@ -78,7 +78,7 @@ function ListApplicationsController (
|
||||
}
|
||||
|
||||
if (parseInt($state.params.application_id, 10) === app.id) {
|
||||
$state.go('^', reloadListStateParams, { reload: true });
|
||||
$state.go('applications', reloadListStateParams, { reload: true });
|
||||
} else {
|
||||
$state.go('.', reloadListStateParams, { reload: true });
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user