-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix for #2106 #3040
Fix for #2106 #3040
Conversation
- Transaction Fee - Maker Fee - Buyer Deposit - Seller Deposit
Formatting is wrong, best to use Looks like columns are added to UI, wouldn't it be better to not add them if they're not to be shown. |
Formatting of code? I'm working on it. The columns in the UI were added to conform with the previous code which uses the instances of the displayed columns to generate the exported CSV. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
NullPointerEx due to error in indexing. See the comment.
desktop/src/main/java/bisq/desktop/main/portfolio/closedtrades/ClosedTradesView.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ack
Columns added to export but hidden from view table.
Fixes #2106