|
@ -85,14 +85,6 @@ export default { |
|
|
(this.isProjectAdmin || this.project.allowMemberToCreateLabelType) && |
|
|
(this.isProjectAdmin || this.project.allowMemberToCreateLabelType) && |
|
|
this.project.canDefineLabel |
|
|
this.project.canDefineLabel |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
|
|
|
icon: mdiLabel, |
|
|
|
|
|
text: 'Relations', |
|
|
|
|
|
link: 'links', |
|
|
|
|
|
isVisible: |
|
|
|
|
|
(this.isProjectAdmin || this.project.allowMemberToCreateLabelType) && |
|
|
|
|
|
this.project.canDefineRelation |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
{ |
|
|
icon: mdiAccount, |
|
|
icon: mdiAccount, |
|
|
text: this.$t('members.members'), |
|
|
text: this.$t('members.members'), |
|
|