Form subclass mixup in upload_session_narrativeminutes #8483
Labels
accepted
bug
Something isn't working
component: meeting/
contrib-easy
Easy dev difficulty for contribution
minor
I believe that the
'GET'
branch of theupload_session_narrativeminutes()
view is creating an instance ofUploadMinutesForm
where it should be usingUploadNarrativeMinutesForm
. This works for now because those forms have exactly the same Fields, so the'POST'
processing gets the input it expects, but would be an issue if those forms ever diverged.datatracker/ietf/meeting/views.py
Line 2784 in 2946cdb
The text was updated successfully, but these errors were encountered: