OpenSlides / openslides-client

Webclient for OpenSlides 4+
MIT License
3 stars 33 forks source link

Fix pdf export from anonymised polls #4381

Closed Elblinator closed 5 days ago

Elblinator commented 5 days ago

Describe the bug If a motion opoll was anonymised then it cannot be exported anymore

How to Reproduce

  1. create a motion
  2. create a nominal poll
  3. start poll
  4. vote
  5. publish the poll
  6. navigate to the detail page from the poll
  7. (try export it will work)
  8. anonymise the poll
  9. try export the poll
  10. The poll is not exported

Expected behavior A poll should be exportable even if it was anonymised. (it should be exported as a non-nominal poll if it was anonymised

Elblinator commented 5 days ago

My whole setups export part gave out. After resetting the export works again