discourse/plugins/poll
Bianca Nenciu f490a8d39a
FIX: Do not display twice a user who changed vote (#13284)
* FIX: Fetch last page again if incomplete

The next fetched page number used to increase continuously even if the
last page was incomplete and fetching it again could have new voters.

* FIX: Do not display twice a user who changed vote

A user could appear under two voting options when they changed their
vote because pressing the Load More Voters button updated only the
current option.
2021-06-18 18:56:54 +03:00
..
app DEV: Remove with_deleted workarounds for old Rails version (#11550) 2020-12-22 10:38:59 +11:00
assets FIX: Do not display twice a user who changed vote (#13284) 2021-06-18 18:56:54 +03:00
config Update translations (#13327) 2021-06-08 16:32:36 +02:00
db FEATURE: Add the title attribute to polls (#10759) 2020-10-02 09:21:24 +02:00
jobs/regular DEV: Upgrading Discourse to Zeitwerk (#8098) 2019-10-02 14:01:53 +10:00
lib FEATURE: Add the title attribute to polls (#10759) 2020-10-02 09:21:24 +02:00
spec FIX: no error when double save post with poll (#13111) 2021-05-27 08:39:51 +10:00
test/javascripts FIX: Do not display twice a user who changed vote (#13284) 2021-06-18 18:56:54 +03:00
plugin.rb DEV: Fix an ActiveModel::Errors deprecation 2021-06-07 11:34:38 +08:00