TUM-Dev / gocast

TUMs lecture streaming service.
https://live.rbg.tum.de/
MIT License
180 stars 42 forks source link

Can not enable live chat in course settings #1179

Closed JosefSchoenberger closed 10 months ago

JosefSchoenberger commented 10 months ago

Describe the bug In the course settings, I can set the tickbox for “enable live chat”, but when I save, it's value actually remains unchanged after a reload. The describes the error: Uncaught TypeError: admin.LectureList.hasIndividualChatEnabledSettings is not a function

To Reproduce Steps to reproduce the behavior:

  1. Be an admin
  2. Go to course admin site (with chat disabled in my case, cannot test the other case for obvious reasons)
  3. Click on “Enable Live Chat ” to enable
  4. Click on “Save Settings“
  5. Reload webpage
  6. See that the textbox is unchecked again.
  7. Also note: Chat is not enabled in scheduled stream.

Expected behavior Chat should be enabled.

Screenshot of relevant console log This is the error log produced when hitting „Save Settings“: Error log

Desktop:

JosefSchoenberger commented 10 months ago

Oh, this is a duplicate of #1178. Sorry.