Tuleap Community Edition development and releases are no longer public. You have until September 30th to download packages and sources in Tuleap project. You can contact the team if you need further assistance.

    •  
      request #10269 Adding artifact link with space does not take into account the type
    Infos
    #10269
    Yannis ROSSETTO (rossettoy)
    2017-06-01 11:33
    2017-05-31 18:07
    10533
    Details
    Adding artifact link with space does not take into account the type
    • If I add "1,2,3" with type custom, the three link are added as custom link
    • If I add "1, 2, 3" with type custom, only 1 is added as custom, 2 and 3 are added without type

    This is due to comparison inside Tuleap new changeset code. $submitted_values['values'] for the artifact link field is like:

    array( 1 => custom ' 2' => custom ' 3' => custom );

    and ' 2' is not equal to 2 ...

    Trackers
    All
    Empty
    • [ ] enhancement
    • [ ] internal improvement
    Empty
    Stage
    Empty
    Closed
    2017-06-01
    Attachments
    Empty
    References
    Referenced by request #10269

    Follow-ups