discourse/plugins/poll/spec
Krzysztof Kotlarek 8c2e27790c
FIX: everyone can see poll results when on_vote and closed (#8613)
The bug was mentioned here: https://meta.discourse.org/t/poll-name/136436

I added specs to cover existing behaviour and refactored can_see_results method.

Guard condition should apply only if the poll result setting is set to `staff_only`.

In other cases, user can see results when the poll result setting is set to `always` or user voted or poll is closed.
2019-12-24 08:04:35 +11:00
..
controllers DEV: correct flaky poll specs 2019-05-17 16:16:02 +10:00
db/post_migrate DEV: enable frozen string literal on all files 2019-05-13 09:31:32 +08:00
integration FEATURE: Pie chart option for poll results (#8352) 2019-11-25 11:51:01 -06:00
jobs/regular DEV: enable frozen string literal on all files 2019-05-13 09:31:32 +08:00
lib FIX: Store custom attributes that are needed by plugins in queuedpost payload (#8009) 2019-08-14 15:02:59 -03:00
models FIX: everyone can see poll results when on_vote and closed (#8613) 2019-12-24 08:04:35 +11:00
requests DEV: enable frozen string literal on all files 2019-05-13 09:31:32 +08:00