Skip to content
Snippets Groups Projects
Commit 151d8a37 authored by L. Ellenbeck's avatar L. Ellenbeck
Browse files

Merge branch 'Issue/3180-fixMetadataNotLoading' into 'main'

Fix: Metadata not loading for resources

See merge request !524
parents 86555c98 d8cde4da
No related branches found
No related tags found
2 merge requests!531Chore: 3.19.1,!524Fix: Metadata not loading for resources
Pipeline #1762410 passed
......@@ -247,7 +247,7 @@ export default defineComponent({
if (resource.id && !resource.maintenanceMode) {
// Add resource here, to save an unnecessary API request
this.resourceStore.setResourceAsVisited(resource);
if (this.project?.id) {
if (this.project?.id && resource.type.specificType === "gitlab") {
this.resourceStore.retrieveResource(this.project?.id, resource.id);
}
this.$router.push(to);
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment