set distributedActiveBikeParte to always false

pull/33/head
leonnicolas 4 years ago
parent 1bbfb7d12c
commit f4ae583942
No known key found for this signature in database
GPG Key ID: 088D0743E2B65C07

@ -88,6 +88,9 @@ export default {
throw new PermissionError();
}
},
distributedActiveBikeParte: () => {
return false;
},
isLockedByMe: (parent: any, __: any, { req }: { req: any }) => isLockedByMe(parent, { req }),
isLocked: (parent: any, __: any, { req }: { req: any }) => isLocked(parent, { req })
},

@ -422,6 +422,7 @@ export default gql`
This value is calculated form other values.
It is true, if the person is not on the black list and not retired
and is either Mentor dt. Pate or Partner Mentor dt. Partnerpate for at least one bike.
Note: this will always be false for the moment.
"""
distributedActiveBikeParte: Boolean!
engagement: [Engagement]

Loading…
Cancel
Save