From a30900aebe132aaba98aec7756b3da67d0bb9591 Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Wed, 6 Jul 2022 06:23:59 +0300 Subject: [PATCH] field man limitation --- .../Crm/Resources/metadata/entityDefs/Contact.json | 9 ++++++--- .../Modules/Crm/Resources/metadata/entityDefs/Lead.json | 9 ++++++--- .../Modules/Crm/Resources/metadata/entityDefs/User.json | 3 ++- application/Espo/Resources/metadata/entityDefs/User.json | 9 ++++++--- 4 files changed, 20 insertions(+), 10 deletions(-) diff --git a/application/Espo/Modules/Crm/Resources/metadata/entityDefs/Contact.json b/application/Espo/Modules/Crm/Resources/metadata/entityDefs/Contact.json index ab77165cd8..9acc993e3e 100644 --- a/application/Espo/Modules/Crm/Resources/metadata/entityDefs/Contact.json +++ b/application/Espo/Modules/Crm/Resources/metadata/entityDefs/Contact.json @@ -417,7 +417,8 @@ "type": "varchar", "notStorable": true, "exportDisabled": true, - "disabled": true + "disabled": true, + "fieldManagerParamList": [] }, "acceptanceStatusMeetings": { "type": "enum", @@ -428,7 +429,8 @@ "exportDisabled": true, "view": "crm:views/lead/fields/acceptance-status", "link": "meetings", - "column": "status" + "column": "status", + "fieldManagerParamList": [] }, "acceptanceStatusCalls": { "type": "enum", @@ -439,7 +441,8 @@ "exportDisabled": true, "view": "crm:views/lead/fields/acceptance-status", "link": "calls", - "column": "status" + "column": "status", + "fieldManagerParamList": [] }, "campaign": { "type": "link", diff --git a/application/Espo/Modules/Crm/Resources/metadata/entityDefs/Lead.json b/application/Espo/Modules/Crm/Resources/metadata/entityDefs/Lead.json index ebdb183173..c64fc7a0e1 100644 --- a/application/Espo/Modules/Crm/Resources/metadata/entityDefs/Lead.json +++ b/application/Espo/Modules/Crm/Resources/metadata/entityDefs/Lead.json @@ -158,7 +158,8 @@ "type": "varchar", "notStorable": true, "exportDisabled": true, - "disabled": true + "disabled": true, + "fieldManagerParamList": [] }, "acceptanceStatusMeetings": { "type": "enum", @@ -169,7 +170,8 @@ "exportDisabled": true, "view": "crm:views/lead/fields/acceptance-status", "link": "meetings", - "column": "status" + "column": "status", + "fieldManagerParamList": [] }, "acceptanceStatusCalls": { "type": "enum", @@ -180,7 +182,8 @@ "exportDisabled": true, "view": "crm:views/lead/fields/acceptance-status", "link": "calls", - "column": "status" + "column": "status", + "fieldManagerParamList": [] }, "teams": { "type": "linkMultiple", diff --git a/application/Espo/Modules/Crm/Resources/metadata/entityDefs/User.json b/application/Espo/Modules/Crm/Resources/metadata/entityDefs/User.json index add8215a3e..4259d9d20a 100644 --- a/application/Espo/Modules/Crm/Resources/metadata/entityDefs/User.json +++ b/application/Espo/Modules/Crm/Resources/metadata/entityDefs/User.json @@ -4,7 +4,8 @@ "type": "bool", "notStorable": true, "readOnly": true, - "disabled": true + "disabled": true, + "fieldManagerParamList": [] } }, "links": { diff --git a/application/Espo/Resources/metadata/entityDefs/User.json b/application/Espo/Resources/metadata/entityDefs/User.json index 20bee16b36..bacd44553e 100644 --- a/application/Espo/Resources/metadata/entityDefs/User.json +++ b/application/Espo/Resources/metadata/entityDefs/User.json @@ -224,7 +224,8 @@ "type": "varchar", "notStorable": true, "exportDisabled": true, - "disabled": true + "disabled": true, + "fieldManagerParamList": [] }, "acceptanceStatusMeetings": { "type": "enum", @@ -235,7 +236,8 @@ "exportDisabled": true, "view": "crm:views/lead/fields/acceptance-status", "link": "meetings", - "column": "status" + "column": "status", + "fieldManagerParamList": [] }, "acceptanceStatusCalls": { "type": "enum", @@ -246,7 +248,8 @@ "exportDisabled": true, "view": "crm:views/lead/fields/acceptance-status", "link": "calls", - "column": "status" + "column": "status", + "fieldManagerParamList": [] }, "teamRole": { "type": "varchar",