fix env vars

This commit is contained in:
Matteo Pagliazzi
2019-10-02 11:16:31 +02:00
parent 86dbc23f3c
commit 211da982b3
18 changed files with 64 additions and 24 deletions

View File

@@ -43,6 +43,8 @@ export default {
return this.$t('userCountRequestsApproval', {userCount: approvalsLength});
} else if (approvalsLength === 1 && userIsRequesting || this.task.group.approval && this.task.group.approval.requested && !this.task.group.approval.approved) {
return this.$t('youAreRequestingApproval');
} else {
return null;
}
},
userIsAdmin () {