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:
softwarefactory-project-zuul[bot]
2019-02-13 14:24:50 +00:00
committed by GitHub

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'));