diff --git a/v3/src/components/data-display/models/data-configuration-model.ts b/v3/src/components/data-display/models/data-configuration-model.ts index fc939e4f7..89192aa8e 100644 --- a/v3/src/components/data-display/models/data-configuration-model.ts +++ b/v3/src/components/data-display/models/data-configuration-model.ts @@ -651,6 +651,7 @@ export const DataConfigurationModel = types const idSet = new Set(cases.changed) const changedCases = affectedCases.filter(aCase => idSet.has(aCase.__id__)) self.handlers.forEach(handler => handler({name: "setCaseValues", args: [changedCases]})) + ++self.casesChangeCount } // Changes to case values require that existing cached categorySets be wiped. // But if we know the ids of the attributes involved, we can determine whether