Premade Groups Filter

Premade Groups Filter

9M Downloads

Delisted groups stuck in the list forever

hollo6 opened this issue ยท 7 comments

commented

Game Version

Retail

Lua error from Bugsack

There is no LUA error.

Screenshots

image

Current behaviour

Groups that had been delisted (it seems only delisted, and not delisted_full) get stuck in the list.

Steps to reproduce

  1. Open premade dungeon list
  2. Filters don't seem to matter
  3. Apply to groups
  4. Wait for some group to delist
  5. Note they are still shown in the window, no matter how many times you refresh the list

Expected behaviour

Delisted groups should not be shown after they delist.

commented

This seems to be working, thanks!

commented

I don't think this is a bug of PGF but rather Blizzard keeping those items in the list for an unknown reason. I don't actively remove delisted groups, they usually disappear by themselves on the next reload.

You may use e.g. appstatus ~= "delisted" to filter them out.

commented

This doesn't work either :(

image

commented

But there aren't any delisted groups in your screenshot?

commented

The ones that say Declined are actually delisted.
Also my filter has both declined and harddeclined in it so even if they show as declined instead of delisted for some reason, I shouldn't be seeing them in the list.

commented

This is what an actual decline looks like:
image

commented

Ah I see. This is a new behavior from Blizzard. These groups previously declined you either hard or soft (and relisted). Blizz chose to show them with the label declined and no group member icons. So they look delisted to you, but they are not, they relisted and you should be able to apply again.

You still see them because declined is the same as harddeclined for historical reasons (see wiki). So just change declined to softdeclined to remove any declined groups.