Issue Details (XML | Word | Printable)

Key: ADV-395
Type: Improvement Improvement
Status: Closed Closed
Resolution: Fixed
Priority: Minor Minor
Assignee: Bryan (brykrys)
Reporter: Bryan (brykrys)
Votes: 1
Watchers: 0
Operations

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

Differentiate between "no deposit cost" and "unknown deposit cost"

Created: 06/Jan/09 05:14 PM   Updated: 08/Oct/09 10:34 PM
Component/s: None
Affects Version/s: None
Fix Version/s: None


 Description  « Hide
1. Modify GetDepositCost() to return nil where the deposit cost is not known
2. Modify all functions that call GetDepositCost() to report nil returns correctly

 All   Comments   Change History   Transitions   FishEye   Crucible      Sort Order: Ascending order - Click to sort in descending order
Bryan (brykrys) added a comment - 06/May/09 07:09 AM
r4199 modifies GetDepositCost as above.

Bryan (brykrys) added a comment - 06/May/09 10:10 AM
SimpleAuction Post tab and AutoMagic tooltips already handle nil returns correctly (displaying "Unknown Deposit" messages).

Appraiser sidebar still needs to be fixed.


Bryan (brykrys) added a comment - 29/May/09 11:05 AM
Add string to localizer: APPR_Interface_UnknownDeposit = "Unknown deposit cost"

Bryan (brykrys) added a comment - 02/Jul/09 02:48 PM
r4345 updates appraiser

Bryan (brykrys) added a comment - 09/Jul/09 02:26 PM
r4362: little code tweak after Shirik's review

Matthew Benner (MattBnr) added a comment - 08/Oct/09 10:34 PM
Done. Reopen if needed.