OpenSlides / openslides-client

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

Error "TypeError: columnsToHide is undefined" in motion/workflows. #3679

Closed reiterl closed 1 week ago

reiterl commented 2 weeks ago

In my setup the motion workflow page seems to be broken.

main branch current / FF as browser

Step-by-step: (clean make run-dev)

  1. Login as admin
  2. open a meeting (e.g. "OpenSlides Demo")
  3. open Motions->Workflows

Ah there is it: "ERROR TypeError: columnsToHide is undefined", and the workflow page is broken.

reiterl commented 2 weeks ago

I found the bug. It was introduced by a linter cleanup. I have a fix.