Skip to content
Snippets Groups Projects
Verified Commit 5afa6c18 authored by Martin Weise's avatar Martin Weise
Browse files
parent b3e94e96
No related branches found
No related tags found
No related merge requests found
......@@ -162,6 +162,12 @@ export default {
return this.roles.includes('create-table')
},
canViewSubsets () {
if (!this.database) {
return false
}
if (this.database.is_public) {
return true
}
return this.hasReadAccess
},
isOwner () {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment