8000 Form subclass mixup in upload_session_narrativeminutes · Issue #8483 · ietf-tools/datatracker · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Form subclass mixup in upload_session_narrativeminutes #8483
Open
@jennifer-richards

Description

@jennifer-richards

I believe that the 'GET' branch of the upload_session_narrativeminutes() view is creating an instance of UploadMinutesForm where it should be using UploadNarrativeMinutesForm. 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.

form = UploadMinutesForm(show_apply_to_all_checkbox)

Metadata

Metadata

Assignees

No one assigned

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0