space-wizards / SS14.Admin

Administration panel for SS14 game servers
MIT License
9 stars 26 forks source link

Role bans "Active" list shows all bans #33

Closed Chief-Engineer closed 9 months ago

Chief-Engineer commented 11 months ago

Searching for active role bans includes expired and lifted bans. I only tested this when using a search string, so I'm not sure if it also happens in the full list.

Geekyhobo commented 11 months ago

I was able to reproduce this, ill look into it

Geekyhobo commented 11 months ago

pretty sure it has to do with how the "search" is handled ie guid hwid, it writes over the show filter, or just ignores it think i have a fix

PJB3005 commented 9 months ago

I'm like 99% sure this is a bug in EF Core or Npgsql.

PJB3005 commented 9 months ago

It's fixed by updating EF Core / Npgsql to .NET 8.