stable
Clone or download
Read-only
part of story #24969 [modal] add and remove links (replace current artifact link) How to test: - Type an id in the search field --> A spinner is displayed next to the Matching artifact section title Change-Id: Icece5438c228304ba9c82ebc70249f32ea42dea2
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/renderers/DropdownContentRenderer.test.ts | +20 | −0 | Go to diff View file |
M | lib/frontend/link-selector/src/renderers/DropdownContentRenderer.ts | +20 | −1 | Go to diff View file |
M | lib/frontend/link-selector/src/renderers/__snapshots__/DropdownContentRenderer.test.ts.snap | +4 | −0 | Go to diff View file |
M | lib/frontend/link-selector/src/selection/SelectionManager.test.ts | +1 | −0 | Go to diff View file |
M | lib/frontend/link-selector/tests/builders/GroupCollectionBuilder.ts | +6 | −1 | Go to diff View file |
M | lib/frontend/link-selector/themes/style.scss | +4 | −0 | Go to diff View file |
M | plugins/tracker/scripts/lib/artifact-modal/src/adapters/UI/fields/link-field-v2/ArtifactLinkSelectorAutoCompleter.ts | +3 | −0 | Go to diff View file |
M | plugins/tracker/scripts/lib/artifact-modal/src/adapters/UI/fields/link-field-v2/MatchingArtifactsGroup.test.ts | +9 | −0 | Go to diff View file |
M | plugins/tracker/scripts/lib/artifact-modal/src/adapters/UI/fields/link-field-v2/MatchingArtifactsGroup.ts | +8 | −0 | Go to diff View file |