Skip to content
Snippets Groups Projects

Update: Activate publication feature

Merged Phong Le requested to merge Issue/2964-activatePublication into dev
2 files
+ 1
6
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -113,8 +113,6 @@ export default defineComponent({
exact: true,
},
];
// TODO: comment in when UB gives green light
/*
if (
this.currentUserRole &&
this.currentUserRole.displayName === "Owner"
@@ -130,7 +128,7 @@ export default defineComponent({
title: this.$t("sidebar.projectDataPublication").toString(),
},
});
}*/
}
return projectItems;
}
return [];
Loading