You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The
getCMSFields
inReport
loops through each field returned from theparameterFields
method and modifies the name of the field. The new name is then picked up inReportAdmin.js
in order to trigger the filtering.Fields inside
CompositeField
s are ignored by this - developers must either override thegetCMSFields
method, or set the field name for those fields asfilters[$FieldName]
themselves if they want them to be picked up.PRs
The text was updated successfully, but these errors were encountered: