Open tnwn opened 5 months ago
Thanks, I'm able to replicate this. I'll have this fixed in the next update.
After some testing, it seems to happen if you make two categories with the same text string, but in different case. I'll add a guard to stop this from happening.
I'm not sure that is the whole issue.
On this image you can see that I have created just 1 category, "Test". In this category I have added the healing potions. The list in the category section is not there.
Hm alright, let me see if I can reproduce this a bit more consistently.
After updating to v0.1.69 today I still have the same issue remaining, also there is this LUA error:
2x BetterBags/data/items.lua:833: attempt to call global 'GetDetailedItemLevelInfo' (a nil value)
[string "@BetterBags/data/items.lua"]:833: in function AttachBasicItemInfo' [string "@BetterBags/data/items.lua"]:498: in function <BetterBags/data/items.lua:493> [string "=[C]"]: in function
xpcall'
[string "@Blizzard_ObjectAPI/Mainline/ContinuableContainer.lua"]:83: in function <...Blizzard_ObjectAPI/Mainline/ContinuableContainer.lua:75>
[string "@BetterBags/data/items.lua"]:493: in function GetItemData' [string "@BetterBags/config/itemlist.lua"]:107: in function
SetList'
[string "@BetterBags/config/itemlist.lua"]:76: in function <BetterBags/config/itemlist.lua:69>
Locals: self =
Addon Version
v0.1.64
World of Warcraft Version
Retail Beta
Describe the bug
When opening the Custom Category section and selecting one previously created Category that has a previously added item to it, the list of items is gone. No new items can be added, and the one already there can't be deleted.
Steps to reproduce