Skip to content

Fields in CompositeFields in parameterFields() don't work for filtering. #138

Description

@GuySartorelli

The getCMSFields in Report loops through each field returned from the parameterFields method and modifies the name of the field. The new name is then picked up in ReportAdmin.js in order to trigger the filtering.

Fields inside CompositeFields are ignored by this - developers must either override the getCMSFields method, or set the field name for those fields as filters[$FieldName] themselves if they want them to be picked up.

PRs

Metadata

Metadata

Assignees

No one assigned

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions