stable

Clone or download

Read-only

Enable prefilled values for artefact creation modal

When programmatically opening a modal for artefact creation, one can provide some prefilled values for tracker fields. 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 ); request #10572 Enable prefilled values for artefact creation in Tuleap artefact modal Change-Id: Id93677fea20c197601b9ec92de5caa405936ed2a

Modified Files

Name
M plugins/tracker/www/scripts/angular-artifact-modal/src/tuleap-artifact-modal-service.js +23 −4 Go to diff View file