Addon blocks item upgrading
CrenshawCoding opened this issue ยท 2 comments
When trying to upgrade an item, I get the following error sometimes:
1x [ADDON_ACTION_FORBIDDEN] AddOn 'PremadeGroupsFilter' tried to call the protected function 'UpgradeItem()'.
[string "@Interface/AddOns/!BugGrabber/BugGrabber.lua"]:480: in function <Interface/AddOns/!BugGrabber/BugGrabber.lua:480>
[string "=[C]"]: in function `UpgradeItem'
[string "@Interface/AddOns/Blizzard_ItemUpgradeUI/Blizzard_ItemUpgradeUI.lua"]:104: in function `OnConfirm'
[string "@Interface/FrameXML/StaticPopup.lua"]:355: in function `OnAccept'
[string "@Interface/FrameXML/StaticPopup.lua"]:5269: in function `StaticPopup_OnClick'
[string "*StaticPopup.xml:24_OnClick"]:1: in function <[string "*StaticPopup.xml:24_OnClick"]:1>
Steps to reproduce:
- Try to upgrade an item (in my case with valor)
I just released a fix that should reduce the number of UI taints. A complete fix will need more time.