stable
Clone or download
Read-only
part of request #22648 Convert AngularJS directives and controllers to hybrids web components How to test: - Have simple and multiple select boxes - Create dependencies between those select boxes - Open the modal for the given tracker - Update the value of a source select box --> The target selectboxes are higlighted for one second Change-Id: Ibd87b14023460984a7812312db08dab77648458a
Modified Files
Name | ||||
---|---|---|---|---|
M | lib/frontend/list-picker/src/renderers/BaseComponentRenderer.ts | +1 | −0 | Go to diff View file |
M | plugins/tracker/scripts/lib/artifact-modal/src/adapters/UI/fields/select-box-field/SelectBoxField.ts | +3 | −0 | Go to diff View file |
A | plugins/tracker/scripts/lib/artifact-modal/src/adapters/UI/fields/select-box-field/SelectBoxHighlighter.test.ts | +46 | −0 | Go to diff View file |
A | plugins/tracker/scripts/lib/artifact-modal/src/adapters/UI/fields/select-box-field/SelectBoxHighlighter.ts | +33 | −0 | Go to diff View file |
A | plugins/tracker/scripts/lib/artifact-modal/src/adapters/UI/fields/select-box-field/_select-box-field.scss | +37 | −0 | Go to diff View file |
M | plugins/tracker/scripts/lib/artifact-modal/src/tuleap-artifact-modal.scss | +1 | −0 | Go to diff View file |