mirror of
https://github.com/ansible/awx.git
synced 2026-03-20 02:17:37 -02:30
Merge pull request #3218 from kialam/fix-3081-copy-project-expand-collapse
Fix expanded view not persisting when a user copies a project. Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
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