SolidOS / solidos

The operating system for Solid
https://solidos.solidcommunity.net/
MIT License
127 stars 19 forks source link

Schedule poll in meeting pane has broken #163

Closed timbl closed 2 years ago

timbl commented 2 years ago

I can fill out all of the parameters of a poll, but when I click on 'go to poll' nothing happens. The console shows

Uncaught (in promise) TypeError: o.login.loggedInContext is not a function
    at U (mashlib.min.js:formatted:68958:21)
    at mashlib.min.js:formatted:68882:15
    at mashlib.min.js:formatted:43141:21

I guess it has been broken by the refactoring

timbl commented 2 years ago

looks like https://github.com/SolidOS/solid-panes/blob/main/src/schedule/schedulePane.js#L1033