From 2a7a4714edbb7b222f7eec5e12d0b143f1e35b04 Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Mon, 18 Apr 2022 12:41:24 +0300 Subject: [PATCH] doNotFillAssignedUserIfNotRequired true --- application/Espo/Resources/metadata/entityDefs/Preferences.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/Espo/Resources/metadata/entityDefs/Preferences.json b/application/Espo/Resources/metadata/entityDefs/Preferences.json index 35fb07c1da..994ed15a61 100644 --- a/application/Espo/Resources/metadata/entityDefs/Preferences.json +++ b/application/Espo/Resources/metadata/entityDefs/Preferences.json @@ -176,7 +176,7 @@ "doNotFillAssignedUserIfNotRequired": { "type": "bool", "tooltip": true, - "default": false + "default": true }, "followEntityOnStreamPost": { "type": "bool",