From cbc42f8500ef2afb5e991abd0139bf186bd43347 Mon Sep 17 00:00:00 2001 From: Stefan Zermatten Date: Fri, 15 Apr 2022 18:13:03 +0200 Subject: [PATCH] fix: buff descriptions aren't being calculated --- app/imports/api/properties/Buffs.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/imports/api/properties/Buffs.js b/app/imports/api/properties/Buffs.js index cd964a9d..43efd841 100644 --- a/app/imports/api/properties/Buffs.js +++ b/app/imports/api/properties/Buffs.js @@ -29,7 +29,7 @@ let BuffSchema = createPropertySchema({ let ComputedOnlyBuffSchema = createPropertySchema({ description: { - type: 'inlineCalculationFieldToCompute', + type: 'computedOnlyInlineCalculationField', optional: true, max: STORAGE_LIMITS.description, },