e-valuation / EvaP

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

Don't submit person management form on enter #2101

Closed janno42 closed 7 months ago

janno42 commented 8 months ago

Pressing Enter with a focused user selection field (type the beginning of the name of an evaluation in one of the copy forms, select an entry, and then press Enter) submits the form without an operation parameter, thus raising a SuspiciousOperation,

Instead, submitting the form with Enter should not be possible because it is not clear which of the two options provided by the buttons should be performed.