1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-01 08:21:15 +03:00

Fix expanded view not persisting when a user copies a project.

This commit is contained in:
kialam 2019-02-12 15:24:17 -05:00
parent 844b0f86b8
commit 099a82fdf8
No known key found for this signature in database
GPG Key ID: 2D0E60E4B8C7EA0F

View File

@ -194,7 +194,7 @@ function projectsListController (
dismissButton: false,
dismissOnTimeout: true
});
$state.go('.', null, { reload: true });
reloadList();
})
.catch(createErrorHandler('copy project', 'GET'))
.finally(() => Wait('stop'));