mirror of
https://github.com/ansible/awx.git
synced 2026-05-09 02:17:37 -02:30
Fix expanded view not persisting when a user copies a project.
This commit is contained in:
@@ -194,7 +194,7 @@ function projectsListController (
|
|||||||
dismissButton: false,
|
dismissButton: false,
|
||||||
dismissOnTimeout: true
|
dismissOnTimeout: true
|
||||||
});
|
});
|
||||||
$state.go('.', null, { reload: true });
|
reloadList();
|
||||||
})
|
})
|
||||||
.catch(createErrorHandler('copy project', 'GET'))
|
.catch(createErrorHandler('copy project', 'GET'))
|
||||||
.finally(() => Wait('stop'));
|
.finally(() => Wait('stop'));
|
||||||
|
|||||||
Reference in New Issue
Block a user