Uh oh!
There was an error while loading. Please reload this page.
fix(Pagination): Fix UUID in range filter - #4595
Conversation
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
KDederichs
commented
Dec 14, 2021
Ok the behat 7.1 fails cause the test can't init the UUID v6 objects. |
KDederichs
commented
Dec 14, 2021
Or better why still test for 7.1? |
Chris53897
commented
Dec 20, 2021
Symfony backwards compatibility promise. |
KDederichs
commented
Dec 21, 2021
Ok skipping the test it is then (took me a while to figure out how to do that in behat but I gave it a custom tag that can be removed when 7.1 is dropped |
KDederichs
commented
Jan 4, 2022
All green except deprecations 👍 |
soyuka
commented
Mar 11, 2022
This should be moved to its own filter. |
KDederichs
commented
Mar 14, 2022
@soyuka should it though? |
Turns out the things I was running into were a bug caused by the range filter expecting numbers.
Which doesn't work when you use UUIDs as PK :)