Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
UI
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Coscine
frontend
apps
UI
Merge requests
!426
Update: Commented out data publication
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Update: Commented out data publication
Feature/xxxx-turnOffDataPub
into
main
Overview
1
Commits
1
Pipelines
2
Changes
2
Merged
Petar Hristov
requested to merge
Feature/xxxx-turnOffDataPub
into
main
9 months ago
Overview
1
Commits
1
Pipelines
2
Changes
2
Expand
coscine/issues#2974
Edited
9 months ago
by
Petar Hristov
0
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
074737f0
1 commit,
9 months ago
2 files
+
6
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
src/components/elements/SidebarMenu.vue
+
3
−
1
Options
@@ -113,6 +113,8 @@ export default defineComponent({
exact
:
true
,
},
];
// TODO: comment in when UB gives green light
/*
if (
this.currentUserRole &&
this.currentUserRole.displayName === "Owner"
@@ -128,7 +130,7 @@ export default defineComponent({
title: this.$t("sidebar.projectDataPublication").toString(),
},
});
}
}
*/
return
projectItems
;
}
return
[];
Loading