Skip to content
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

Merged
merged 4 commits into from Aug 9, 2019
Merged

Fix for #2106 #3040

merged 4 commits into from Aug 9, 2019

Conversation

niyid
Copy link
Contributor

@niyid niyid commented Jul 31, 2019

Columns added to export but hidden from view table.

  • Transaction Fee
  • Maker Fee
  • Buyer Deposit
  • Seller Deposit

Fixes #2106

 - Transaction Fee
 - Maker Fee
 - Buyer Deposit
 - Seller Deposit
@niyid niyid mentioned this pull request Jul 31, 2019
@sqrrm
Copy link
Member

sqrrm commented Aug 1, 2019

Formatting is wrong, best to use .editorconfig

Looks like columns are added to UI, wouldn't it be better to not add them if they're not to be shown.

@niyid
Copy link
Contributor Author

niyid commented Aug 1, 2019

Formatting is wrong, best to use .editorconfig

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.

Copy link
Member

@freimair freimair left a 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.

Copy link
Member

@freimair freimair left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ack

@sqrrm sqrrm merged commit b92b4be into bisq-network:master Aug 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Portfolio History - Export to CSV Feature Request
3 participants