Open Blatoy opened 4 years ago
When creating a poll, items are given as id. This allows anyone to pass all the ids to see what they are.
This could be fixed by doing that when creating a poll:
This is one of the first thing to fix if we had more time for the project (or if the project is used seriously)
Note that this should also fix being able to create a poll without items (if given item doesn't have a valid id, it will silently fail to attach thus creating a poll without items)
When creating a poll, items are given as id. This allows anyone to pass all the ids to see what they are.
This could be fixed by doing that when creating a poll:
This is one of the first thing to fix if we had more time for the project (or if the project is used seriously)