elan-ev / opencast-studio

Web-based recording studio for Opencast
https://studio.opencast.org
MIT License
50 stars 47 forks source link

Autofill presenter name with the info from /me.json #1037

Closed narickmann closed 11 months ago

narickmann commented 1 year ago

If the presenter field is empty (and no value in local storage) the users name from info/me.json is used.

github-actions[bot] commented 1 year ago

This pull request has conflicts ☹ Please resolve those so we can review the pull request. Thanks.

narickmann commented 1 year ago

Studio should not load 'info/me.json' over and over again.

If Opencast is unreachable, Studio shows an error. Once the connection can be established, the error disappears and the event can be uploaded. This code seems to cause a stack trace and seems to be unable to recover

This should (hopefully) also been fixed. Not sure how to test it.