We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3421b7f commit 23ffa72Copy full SHA for 23ffa72
desktop/src/app/components/navbar/warnings/modals/fix-outliers-modal.component.ts
@@ -74,13 +74,11 @@ export class FixOutliersModalComponent {
74
if (!this.hasOutlierValue(document, field)) continue;
75
const valuelist: Valuelist = await this.getValuelist(document, field);
76
if (valuelist && equal(valuelist, this.valuelist)) {
77
+ affectedDocumentComplete.fields.push(field);
78
if (this.field.inputType === Field.InputType.CHECKBOXES &&
79
field.inputType === Field.InputType.CHECKBOXES) {
80
affectedDocumentCheckboxes.fields.push(field);
- affectedDocumentComplete.fields.push(field);
81
- } else {
82
83
- };
+ }
84
}
85
86
0 commit comments