mirror of
https://github.com/ansible/awx.git
synced 2026-01-15 11:50:42 -03:30
remove unnecessary conditional
This commit is contained in:
parent
f4ad9afc5e
commit
8d2c0b58e1
@ -87,8 +87,6 @@ function ListApplicationsController (
|
||||
|
||||
if (parseInt($state.params.application_id, 0) === app.id) {
|
||||
$state.go('applications', reloadListStateParams, { reload: true });
|
||||
} else if (parseInt($state.params.application_id, 0) === application.id) {
|
||||
$state.go('applications', reloadListStateParams, { reload: true });
|
||||
} else {
|
||||
$state.go('.', reloadListStateParams, { reload: true });
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user