Bug 404156

Summary: Can't select many columns as memo
Product: [Applications] kmymoney Reporter: k.buzko
Component: importerAssignee: KMyMoney Devel Mailing List <kmymoney-devel>
Status: RESOLVED FIXED    
Severity: normal CC: florian.lindner, k.buzko
Priority: NOR Keywords: reproducible, usability
Version: 5.0.3   
Target Milestone: ---   
Platform: Microsoft Windows   
OS: Microsoft Windows   
Latest Commit: Version Fixed In: 5.0.4

Description k.buzko 2019-02-09 21:22:32 UTC
SUMMARY
In version 4 when importing csv it was possible to select more than one column from file to be imported into Memo. In version 5 i can select only one column.

STEPS TO REPRODUCE
1. File -> import -> CSV
2. Add new profile 
3. Select csv file with more than one column
4. when selecting columns for import select column numbers for each property

OBSERVED RESULT
It is impossible to select more than one column for memo

EXPECTED RESULT
Option to select more than one like before (* sign on selected columns in dropdown)
Or other field type that would allow selecting many columns 

SOFTWARE/OS VERSIONS
Windows: 10 

ADDITIONAL INFORMATION
Tested on Version 5.03 downloaded from here:
https://binary-factory.kde.org/job/KMyMoney_Release_win64/
Comment 1 Thomas Baumgart 2019-02-10 11:39:49 UTC
Git commit cc119c58deaf77ead758e3b3ae729663f9362a78 by Thomas Baumgart.
Committed on 10/02/2019 at 11:19.
Pushed by tbaumgart into branch '5.0'.

Improve memo column selection in CSV import wizard

The CSV import wizard did allow to select multiple columns for memo
fields but it was not visible to the user which ones were selected.
Also, there is no way to clear the memo selection only but only all
column assignments.

This change adds a display item that shows the selected columns and also
adds a clear button to clear the memo field selection only.

GUI:
FIXED-IN: 5.0.4

M  +53   -19   kmymoney/plugins/csv/import/bankingwizardpage.cpp
M  +3    -1    kmymoney/plugins/csv/import/bankingwizardpage.h
M  +73   -51   kmymoney/plugins/csv/import/bankingwizardpage.ui

https://commits.kde.org/kmymoney/cc119c58deaf77ead758e3b3ae729663f9362a78
Comment 2 Thomas Baumgart 2019-09-21 12:07:20 UTC
*** Bug 392217 has been marked as a duplicate of this bug. ***