stable
Clone or download
Read-only
request #20957 Clear values of a multiselectbox field doesn't work
Remove values on multiselectbox doesn't clear the field once the artifact is updated. This patch automatically set the values at none when values are removed Change-Id: Ia569732f37f28c8354f321571afca9619d22ab19
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 |