omnifaces / optimusfaces

Utility library for OmniFaces + PrimeFaces combined
Other
43 stars 10 forks source link

Pagination Issue Filtering Enum #10

Closed mydeadlyvenoms closed 6 years ago

mydeadlyvenoms commented 6 years ago

Today I found out that filtering on enum columns (normal columns but field is @Enumerated) does not update the Pagination. Both searches do not have any matches and do not show any rows.

"Non Enum" Column

image

"Enum" Column

image

BalusC commented 6 years ago

Reproduced.

mydeadlyvenoms commented 6 years ago

I can confirm the implemented solution works fine! As usual, thank you very much :-)