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

Custom multivalues field is not supported #33

Open
nfalco79 opened this issue Dec 6, 2013 · 0 comments
Open

Custom multivalues field is not supported #33

nfalco79 opened this issue Dec 6, 2013 · 0 comments

Comments

@nfalco79
Copy link
Contributor

nfalco79 commented Dec 6, 2013

I have a custom multiple values field as follow:

<custom_field id="26" name="Platform Definition of Done" multiple="true">
    <value type="array">
        <value>Tools</value>
        <value>API documentation</value>
        <value>Code</value>
    </value>
</custom_field>

In eclipse field is render with a simple Combo. So only one value can be select at a time and every submit reset values to the select ones.

If a custom multi value field is required, this defect makes plugin useless (read only).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants