stable

Clone or download

Read-only

feat: list-picker as parent artifact selector

part of: story #22681 select a parent from Program for my features/enablers How to test: - When list-picker is enabled and the parent selector is available (e.g tracker hierarchy defined + at least one eligible parent artifact) --> A list-picker is replacing the native <select> element - In your terminal, log into tuleap_web_1 and run `tuleap config-set feature_flag_use_list_pickers_in_trackers_and_modals 0` --> The old select is displayed as before Change-Id: I59d8fe9ff20d6a6f5bde8628cd3ae0e80d285f79

Modified Files

Name
A plugins/tracker/scripts/lib/artifact-modal/src/fields/link-field/__mocks__/@tuleap/list-picker.js +24 −0 Go to diff View file
M plugins/tracker/scripts/lib/artifact-modal/src/fields/link-field/link-field-controller.js +44 −2 Go to diff View file
M plugins/tracker/scripts/lib/artifact-modal/src/fields/link-field/link-field-controller.test.js +61 −2 Go to diff View file
M plugins/tracker/scripts/lib/artifact-modal/src/fields/link-field/link-field-directive.js +1 −0 Go to diff View file
M plugins/tracker/scripts/lib/artifact-modal/src/fields/link-field/link-field.tpl.html +1 −0 Go to diff View file
M plugins/tracker/scripts/lib/artifact-modal/src/tuleap-artifact-modal.tpl.html +1 −0 Go to diff View file