stable

Clone or download

Read-only

feat: Footer message for search results

How to test: - Activate the fulltext search plugin and either the DB or Meilisearch backend. Index your artifacts. - Edit or create an artifact with the artifact modal. Edit the artifact link field. - Choose any link type except "Parent". - Search for an artifact. If your search yields at least one result, at the end of the "Search results" section, after the last artifact, you should see a message explaining that you should refine your search. No other functional change expected. part of story #24971 [modal] search for artifacts Change-Id: I9651f042392dea5a744b6124009db4fc93cdf35e

Modified Files

Name
M lib/frontend/link-selector/src/helpers/group-id-helper.test.ts +1 −0 Go to diff View file
M lib/frontend/link-selector/src/items/GroupCollection.ts +1 −0 Go to diff View file
M lib/frontend/link-selector/src/items/ListItemMapBuilder.test.ts +10 −1 Go to diff View file
M lib/frontend/link-selector/src/renderers/DropdownContentRenderer.test.ts +26 −16 Go to diff View file
M lib/frontend/link-selector/src/renderers/DropdownContentRenderer.ts +8 −0 Go to diff View file
M lib/frontend/link-selector/src/renderers/__snapshots__/DropdownContentRenderer.test.ts.snap +2 −0 Go to diff View file
M lib/frontend/link-selector/src/selection/SelectionManager.test.ts +16 −13 Go to diff View file
M lib/frontend/link-selector/tests/builders/GroupCollectionBuilder.ts +15 −10 Go to diff View file
M lib/frontend/link-selector/themes/style.scss +7 −0 Go to diff View file
M plugins/tracker/scripts/lib/artifact-modal/po/fr_FR.po +5 −0 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/MatchingArtifactsGroup.test.ts +4 −4 Go to diff View file
M plugins/tracker/scripts/lib/artifact-modal/src/adapters/UI/fields/link-field/MatchingArtifactsGroup.ts +3 −0 Go to diff View file
M plugins/tracker/scripts/lib/artifact-modal/src/adapters/UI/fields/link-field/PossibleParentsGroup.test.ts +3 −6 Go to diff View file
M plugins/tracker/scripts/lib/artifact-modal/src/adapters/UI/fields/link-field/PossibleParentsGroup.ts +3 −0 Go to diff View file
A plugins/tracker/scripts/lib/artifact-modal/src/adapters/UI/fields/link-field/RecentlyViewedArtifactGroup.test.ts +60 −0 Go to diff View file
M plugins/tracker/scripts/lib/artifact-modal/src/adapters/UI/fields/link-field/RecentlyViewedArtifactGroup.ts +4 −0 Go to diff View file
M plugins/tracker/scripts/lib/artifact-modal/src/adapters/UI/fields/link-field/SearchResultsGroup.test.ts +3 −3 Go to diff View file
M plugins/tracker/scripts/lib/artifact-modal/src/adapters/UI/fields/link-field/SearchResultsGroup.ts +4 −0 Go to diff View file
M plugins/tracker/scripts/lib/artifact-modal/src/gettext-catalog.ts +4 −0 Go to diff View file