Auctionator / Journalator

World of Warcraft addon. Keep track of your gold making on the AH, crafting orders and with vendors
https://www.curseforge.com/wow/addons/journalator
MIT License
10 stars 6 forks source link

Tab SaleRates - Unable to sort on "Total" #36

Closed nexulh closed 1 year ago

nexulh commented 1 year ago

I get a lua error when trying to sort on the "Total" column in tab "Sale Rates".

In "Source\DataProviders\SaleRates.lua", the COMPARATORS map is missing a totalPrice entry. Adding "totalPrice = Auctionator.Utilities.NumberComparator" into the map solves the problem.

plusmouse commented 1 year ago

Thanks for the bug report. The fix will be in the next normal release and available in the next alpha shortly (once it finishes processing).

nexulh commented 1 year ago

A similar problem exists in Posting.lua where "deposit" is missing from the COMPARATORS map

plusmouse commented 1 year ago

Pushed a fix for that too now 👍