backpex icon indicating copy to clipboard operation
backpex copied to clipboard

BadRequest when filtering with invalid UUID

Open pehbehbeh opened this issue 8 months ago • 0 comments

This works:

https://backpex.live/admin/posts?filters[user_id][]=098f1b60-54d6-40bc-a8f9-986b2c95c1a9

This results in a bad request:

https://backpex.live/admin/posts?filters[user_id][]=INVALID

This is because we are trying to cast the value to a UUID internally.

pehbehbeh avatar Jun 14 '24 15:06 pehbehbeh