e-valuation / EvaP

a university course evaluation system written in Python using Django
Other
95 stars 144 forks source link

Email fields not hidden on deselection on evaluation operation page #2126

Closed janno42 closed 7 months ago

janno42 commented 7 months ago

When performing an evaluation operation such as publishing the results, a confirmation page is displayed. On this page you can choose whether or not to send emails. If the checkbox is unchecked, the corresponding text field should be hidden. Currently the following error is thrown: Uncaught TypeError: Cannot read properties of null (reading 'classList').