openfun / joanie

👛 A headless ERP for education to manage course enrollment/subscription, payment and certificates delivery.
MIT License
22 stars 2 forks source link

✨(back) filter admin resources list through their pk #692

Closed lunika closed 5 months ago

lunika commented 5 months ago

Purpose

We want to filter all resources list on the admin through their pk. A new filter MultipleValueFilter is added allowing to filter a field with multiple values.

Proposal

Solved #682