mirror of
https://github.com/ansible/awx.git
synced 2026-03-04 02:01:01 -03:30
make delete of app work when you are on app's tokens route
This commit is contained in:
@@ -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 });
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user