You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by sirlatrom <gi...@git.apache.org> on 2016/06/14 10:50:20 UTC

[GitHub] camel pull request #1030: Fix multi select picklist fields

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 <ab...@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 <ab...@almbrand.dk>
Date:   2016-06-14T10:32:15Z

    Fix multi select picklist fields
    
    Signed-off-by: Sune Keller <ab...@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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] camel pull request #1030: Fix multi select picklist fields

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/camel/pull/1030


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---