Skip to content

Bezwaren index page filters cases by a bezwaar caseType that is never seeded; bezwaar objects have no list surface #675

Description

@rubenvdlinde

Found while running tests/e2e/workflows/complaints-bezwaar.spec.ts.

Model mismatch. pages[Bezwaren] (route:/bezwaren) is configured as schema: "case" with a fixed config.filter.caseType == "b3c1a000-0000-4000-a000-00000000be2a" — i.e. bezwaren are modelled as cases of a dedicated bezwaar caseType. But:

  1. That caseType (b3c1a000-…-be2a) is not created by POST /apps/procest/api/settings/load (the register-config import) nor by any seed — so the page is always empty (No items found) on a fresh matched instance.
  2. The e2e fixtures (seedBezwaar) seed bezwaar-schema objects, which the case-based Bezwaren page never shows. There is no list page for bezwaar-schema objects (the Bezwaren/BezwaarDecisions nav entries were retired in menu-layout.json removals).

Decide the canonical bezwaar model (case-with-caseType vs bezwaar object) and align the manifest + import-config + e2e fixtures to it. As-is the Bezwaren page can never render data.

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