Skip to content

Typo in Flask view context #137

@jahs

Description

@jahs

Hi all, just a small one:

The line

operationName=request_data.operation_name,
creates the context with operationName but the template
operationName: {{operation_name}},
expects operation_name. Probably request_data.to_template_context() is meant to be used which does use operation_name:
"operation_name": tojson(self.operation_name),

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions