stable

Clone or download

Read-only

Use ListPicker for artifact selection

I took the opportunity to extrat the code from ArtifactLink that deal with output into dedicated set of classes + template. Part of story #22681 select a parent from Program for my features/enablers Change-Id: Ieae1faf27efb2161b14cb015029a0eedd453d338

Modified Files

Name
M plugins/tracker/build-manifest.json +4 −0 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Renderer/ListPickerIncluder.php +12 −0 Go to diff View file
A plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/PossibleParentPresenter.php +34 −0 Go to diff View file
A plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/PossibleParentSelectorPresenter.php +44 −0 Go to diff View file
A plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/PossibleParentSelectorRenderer.php +69 −0 Go to diff View file
A plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/templates/possible-parent-selector.mustache +20 −0 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_ArtifactLink.php +3 −38 Go to diff View file
M plugins/tracker/package-lock.json +10 −0 Go to diff View file
M plugins/tracker/package.json +1 −0 Go to diff View file
A plugins/tracker/scripts/artifact/edition/artifact-links-field.ts +46 −0 Go to diff View file
A plugins/tracker/scripts/artifact/po/fr_FR.po +2 −0 Go to diff View file
M plugins/tracker/site-content/fr_FR/LC_MESSAGES/tuleap-tracker.po +8 −3 Go to diff View file
M plugins/tracker/webpack.common.js +1 −0 Go to diff View file