FEATURE: Add 'groups' option to polls (#8469)

This options can be used to restrict polls to certain groups.
This commit is contained in:
Bianca Nenciu
2020-01-28 14:30:04 +02:00
committed by GitHub
parent a9d0d55817
commit 07222af7ab
12 changed files with 118 additions and 21 deletions

View File

@ -11,6 +11,7 @@ const WHITELISTED_ATTRIBUTES = [
"public",
"results",
"chartType",
"groups",
"status",
"step",
"type"