stable

Clone or download

Read-only

feat: Empty search results section

How to test: - Enable the feature flag : $ tuleap config-set feature_flag_history_and_search_in_modal 1 - Open an artifact (with an artifact link field) in the artifact modal - When the "Parent" link type is selected, there is no change. - When another link type is chosen, when you type anything in the link-selector, an empty "Search results" section should appear. It is always empty for now. - When you empty the search field, the section disappears. part of story #24971 [modal] search for artifacts Change-Id: Ibf8607455c991ef67c6f18e0e319c11fe38ee35e

Modified Files

Name
M plugins/tracker/scripts/lib/artifact-modal/po/fr_FR.po +4 −1 Go to diff View file
M plugins/tracker/scripts/lib/artifact-modal/po/pt_BR.po +3 −0 Go to diff View file
M plugins/tracker/scripts/lib/artifact-modal/src/adapters/UI/fields/link-field/ArtifactLinkSelectorAutoCompleter.test.ts +20 −13 Go to diff View file
M plugins/tracker/scripts/lib/artifact-modal/src/adapters/UI/fields/link-field/ArtifactLinkSelectorAutoCompleter.ts +11 −5 Go to diff View file
M plugins/tracker/scripts/lib/artifact-modal/src/adapters/UI/fields/link-field/LinkField.test.ts +27 −53 Go to diff View file
M plugins/tracker/scripts/lib/artifact-modal/src/adapters/UI/fields/link-field/LinkField.ts +16 −44 Go to diff View file
A plugins/tracker/scripts/lib/artifact-modal/src/adapters/UI/fields/link-field/SearchResultsGroup.test.ts +35 −0 Go to diff View file
A plugins/tracker/scripts/lib/artifact-modal/src/adapters/UI/fields/link-field/SearchResultsGroup.ts +34 −0 Go to diff View file
M plugins/tracker/scripts/lib/artifact-modal/src/gettext-catalog.ts +1 −0 Go to diff View file