stable
Clone or download
Read-only
Merge 'gerrit #22539' into stable/master
* commit 'aba42531ba': request #20957 Clear values of a multiselectbox field doesn't work Change-Id: I32d46484c4806beb0d1ab5ba2855cbd0f78185e2
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/tracker/scripts/artifact/list-pickers-creator.test.ts | +24 | −0 | Go to diff View file |
M | plugins/tracker/scripts/artifact/list-pickers-creator.ts | +11 | −0 | Go to diff View file |
M | plugins/tracker/scripts/lib/artifact-modal/src/fields/list-picker-multiple-field/list-picker-multiple-field-controller.js | +13 | −1 | Go to diff View file |
M | src/scripts/lib/list-picker/src/list-picker.ts | +8 | −1 | Go to diff View file |
M | src/scripts/lib/list-picker/src/selection/MultipleSelectionManager.test.ts | +60 | −12 | Go to diff View file |
M | src/scripts/lib/list-picker/src/selection/MultipleSelectionManager.ts | +24 | −15 | Go to diff View file |
M | src/scripts/lib/list-picker/src/type.ts | +1 | −0 | Go to diff View file |
M | src/scripts/tlp-doc/src/editors.js | +4 | −0 | Go to diff View file |
M | src/www/tlp-doc/resources/forms/multi-list-picker/doc.html | +1 | −0 | Go to diff View file |
M | src/www/tlp-doc/resources/forms/multi-list-picker/example.html | +19 | −0 | Go to diff View file |