List of items in Custom Category not visible
tnwn opened this issue ยท 5 comments
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
- /bb to open options
- Custom Categories -> Create Category -> New Category Name
- Name it TEST and click Okay
- Click TEST in the left list of Custom Categories
- Drag an item from bag to the right section that says "Drag an item here..."
- The item is added to the Category but the list of items added that should now be visible on the right side is not there, just an empty field.
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.
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 "=(tail call)"]: ?
[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 =
modules =
}
baseName = "BetterBags"
defaultModuleState = true
_firstLoad =
}
enabledState = true
previousItemGUID =
}
defaultModuleLibraries =
}
loadCount = 6
name = "BetterBags_Items"
loaders =
}
_doingRefresh = false
_preSort = false
_newItemTimers =
}
slotInfo =
}
orderedModules =
}
moduleName = "Items"
}
itemID = 193733
data =
}
(*temporary) = nil
(*temporary) = 193733
(*temporary) = "attempt to call global 'GetDetailedItemLevelInfo' (a nil value)"