GitHub user sirlatrom opened a pull request: https://github.com/apache/camel/pull/1030
Fix multi select picklist fields Fixes issue mentioned in https://github.com/apache/camel/pull/1029#issuecomment-225815020. - Introduces `String` based variants of `MultiSelectPicklistConverter`, `MultiSelectPicklistDeserializer` and `MultiSelectPicklistSerializer`. - Fixes `CamelSalesforceMojo.GeneratorUtility#getFieldType()` which I broke for multi select picklists in #1029. - Checks for the value of `$useStringsForPicklists` in the right parts of `sobject-pojo.vm`. Signed-off-by: Sune Keller <abs...@almbrand.dk> You can merge this pull request into a Git repository by running: $ git pull https://github.com/sirlatrom/camel fix/string-multi-select-picklist Alternatively you can review and apply these changes as the patch at: https://github.com/apache/camel/pull/1030.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #1030 ---- commit 69fdfab0e6f91a1469cea22c5d9f5ae1861f554f Author: Sune Keller <abs...@almbrand.dk> Date: 2016-06-14T10:32:15Z Fix multi select picklist fields Signed-off-by: Sune Keller <abs...@almbrand.dk> ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---