•  
      request #10572 Enable prefilled values for artefact creation in Tuleap artefact modal
    Infos
    #10572
    Simon Denier (simondenier)
    2017-08-22 10:48
    2017-08-17 16:56
    10814
    Details
    Enable prefilled values for artefact creation in Tuleap artefact modal

    When programmatically opening a modal for artefact creation, it would be interesting to prefill some values for the user with data from the app context.

    For example:

    
    ​var prefill_values = [{
      name: 'summary',
      value: 'Hello world'
    }, {
      name: 'links',
      links: [],
      unformatted_links: '42'
    }];
    NewTuleapArtifactModalService.showCreation(
      tracker_id,
      parent_id,
      callback,
      prefill_values
    );
    Trackers
    Empty
    Empty
    • [x] enhancement
    • [ ] internal improvement
    Empty
    Stage
    Empty
    Closed
    2017-08-22
    Attachments
    Empty
    References

    Follow-ups