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
Before we allow the front-end to include filters to the back-end in requests for a page of tasks in #11309, we need to enable the back-end to accept filters for the remaining three columns that are filterable. TaskFiltercurrently only accepts filters from one column. This ticket exists to enable filtering for all columns that are filterable.
One complication will be with the APPEAL_TYPE column where we include filters for two different database table:
cached_appeal_attributes.case_type for all case types except AOD
Before we allow the front-end to include filters to the back-end in requests for a page of tasks in #11309, we need to enable the back-end to accept filters for the remaining three columns that are filterable.
TaskFilter
currently only accepts filters from one column. This ticket exists to enable filtering for all columns that arefilterable
.One complication will be with the
APPEAL_TYPE
column where we include filters for two different database table:cached_appeal_attributes.case_type
for all case types except AODcached_appeal_attributes.is_aod
for AOD🚫 Blocked by
Acceptance criteria
filterable
columnsThe text was updated successfully, but these errors were encountered: