Allow to list all badges

This commit is contained in:
Robert Schäfer 2019-07-10 12:36:19 +02:00
parent e6e9b1b7d7
commit 8c18b9c59b

View File

@ -146,6 +146,7 @@ const permissions = shield(
Comment: allow,
User: or(noEmailFilter, isAdmin),
isLoggedIn: allow,
Badge: allow,
},
Mutation: {
'*': deny,