Skip to content

Commit

Permalink
add a todo note
Browse files Browse the repository at this point in the history
  • Loading branch information
lsteinmann committed Dec 19, 2024
1 parent 6719321 commit 1a28a18
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,11 @@ export class FixOutliersModalComponent {
constraints: { ['outlierValues:contain']: this.outlierValue }
}, { includeResourcesWithoutValidParent: true })).documents;

/** TODO:
* checkbox fields should be treated differently due to the option of multiple value selection:
* if field is checkboxes, move only docs where the field has same inputtype and same
* valuelist to affectedDocs! - all other can proceed the same as before
*/
for (let document of foundDocuments) {
const category: CategoryForm = this.projectConfiguration.getCategory(document.resource.category);
const affectedDocument: AffectedDocument = { document: document, fields: [] };
Expand Down

0 comments on commit 1a28a18

Please sign in to comment.