Describe the bug
Clicking the zone abandon button on a collapsed zone results in no quests being abandoned.
To Reproduce
Steps to reproduce the behavior:
Open your quest log
Collapse a zone header
Click the zone abandon button
Confirm the action (if prompted)
Nothing happens
Expected behavior
It should abandon all quests in the zone that are included in group abandons
Screenshots
N/A
Additional context
This is due to the classic WoW API for quests. When you collapse a zone header, the quests actually disappear from your quest log. We might need to play with caching using the isCollapsed flag or find some other alternative. For now, the simplest solution is to expand a zone before attempting to abandon.
Describe the bug Clicking the zone abandon button on a collapsed zone results in no quests being abandoned.
To Reproduce Steps to reproduce the behavior:
Expected behavior It should abandon all quests in the zone that are included in group abandons
Screenshots N/A
Additional context This is due to the classic WoW API for quests. When you collapse a zone header, the quests actually disappear from your quest log. We might need to play with caching using the
isCollapsed
flag or find some other alternative. For now, the simplest solution is to expand a zone before attempting to abandon.