Issue Details (XML | Word | Printable)

Key: BCNT-254
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: William (Kandoko)
Reporter: William (Kandoko)
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
BeanCounter

The profit/loss statement displayed on a search item, does not respect the server/faction/player filter

Created: 15/May/09 03:42 PM   Updated: 17/Aug/09 11:39 PM
Component/s: API, GUI
Affects Version/s: None
Fix Version/s: None


 Description  « Hide
When we calculate the "profit" statement on a item search we always return the value for the server as a whole.

Need to pass current drop box selection so we apply proper filter to teh data

http://forums.norganna.org/discussion/10484/lost-earned-doesnt-show-char-data/#Item_4



 All   Comments   Change History   Transitions   FishEye   Crucible      Sort Order: Ascending order - Click to sort in descending order
William (Kandoko) added a comment - 15/May/09 03:52 PM
r4220

Added
local player = private.frame.SelectBoxSetting[2]

So we call the API with the current selected filter and not the default server


dinesh added a comment - 17/Aug/09 11:39 PM
code review only