Skip to content

Fix ambiguious routes #976

Open
Open
@marksteward

Description

@marksteward

Change these routes so voucher_code and flow can't clash with existing routes:

@admin.route("/product_views/<int:view_id>/voucher/<string:voucher_code>")
@tickets.route("/tickets/voucher/<voucher_code>")
@tickets.route("/tickets/<flow>", methods=["GET", "POST"])

cfp_type isn't user editable.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions