-
Notifications
You must be signed in to change notification settings - Fork 39
Closed
Description
Blizzard appears to have hot fixed in a new "Report Advertisement" item right below "Report Group" when you right click on a dungeon group. This eliminates the new nested (multiple clicks) way of reporting groups for advertisement, but for whatever reason, it's being blocked by premade-groups-filter.
I'm not sure there's a way around this or not, but wanted to bring it up either way.
NOTE: The other way (report group) still works, but it requires so many clicks to report a group for advertisement now it's not worth the hassle.
1x [ADDON_ACTION_FORBIDDEN] AddOn 'PremadeGroupsFilter' tried to call the protected function 'SendReport()'.
[string "@!BugGrabber\BugGrabber.lua"]:519: in function <!BugGrabber\BugGrabber.lua:519>
[string "=[C]"]: in function `SendReport'
[string "@FrameXML\ReportFrame.lua"]:171: in function `SendReport'
[string "@FrameXML\ReportFrame.lua"]:75: in function `InitiateReportInternal'
[string "@FrameXML\ReportFrame.lua"]:427: in function <FrameXML\ReportFrame.lua:413>
[string "=[C]"]: in function `SetAttribute'
[string "@FrameXML\ReportFrame.lua"]:52: in function `InitiateReport'
[string "@FrameXML\LFGList.lua"]:3281: in function `LFGList_ReportAdvertisement'
[string "@FrameXML\LFGList.lua"]:3313: in function `func'
[string "@SharedXML\UIDropDownMenu.lua"]:918: in function `UIDropDownMenuButton_OnClick'
[string "*:OnClick"]:1: in function <[string "*:OnClick"]:1>
Emoosch