René Gieling
                                            René Gieling
                                        
                                    Lol. I just pushed an update here #3381 It is also addressing the group shares
Can't confirm that Owner's View | Participant's View | 2nd Participant's View -|-|-  |  |  As an admin you still see them. The option only applies to...
As you can see in my screenshots, the booked out results are hidden for other participants than the poll owner. But any explicit information, that the bug oviously only appears...
@come-nc I plan a new beta-release for tomorrow, since we got a request for the release before the end of this week. We can wait with this PR after it...
BTW: Would you mind to add the grouping statements to the mappers, since the postgre error occured again. https://github.com/nextcloud/polls/pull/3394#issuecomment-2026953920 Also see this [comment](https://github.com/nextcloud/polls/pull/3394#issuecomment-2108890721)
The subquery seems not to work properly. When the query for one poll is executed the number of all votes is returns. Return via API: ```json { "poll": { "currentUserStatus":...
It seems, that the strings for the current user and the vote answer do not get applied inside the subquery https://github.com/nextcloud/polls/blob/f7b663b5a5a39de54f60760affa71b6df71d6c73/lib/Db/PollMapper.php#L270 https://github.com/nextcloud/polls/blob/f7b663b5a5a39de54f60760affa71b6df71d6c73/lib/Db/PollMapper.php#L273
OK. The IParam has to be defined outside of the subquery method.
@come-nc Do you think it is a little bit overengeneered? Are subqueries a good idea regarding performance?
> Couldn’t the orphaned votes simply be cleared at option deletion, or by a background job? This is the problem. Deleted options are kept by intention, in case an option...