Skip to content
This repository was archived by the owner on Oct 5, 2022. It is now read-only.
This repository was archived by the owner on Oct 5, 2022. It is now read-only.

Getting ManagementForm data is missing or has been tampered with error on every save #81

@rjmackay

Description

@rjmackay

Using v0.5.3 with Wagtail 2.9.0 and Django 3.0.7.
I'm trying to use CondensedInlinePanel in the ModelAdmin, but while it renders beautifully, it won't save.

Here's the panel config:

        CondensedInlinePanel(
            "menu_items",
            label="Menu Items",
            card_header_from_field="title",
            panels=[
                FieldPanel("day_of_week"),
                FieldPanel("title"),
                FieldPanel("description"),
                FieldPanel("portion_per_order"),
                ImageChooserPanel("image"),
                FieldPanel("price"),
                FieldPanel("allergens"),
                FieldPanel("menu_category"),
                FieldPanel("order_limit"),
                FieldPanel("highlight"),
                FieldPanel("include_in_portion_count"),
            ],
        ),

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