diff --git a/application/Espo/Modules/Crm/Resources/metadata/clientDefs/Call.json b/application/Espo/Modules/Crm/Resources/metadata/clientDefs/Call.json index 61a53dc598..e288e60b68 100644 --- a/application/Espo/Modules/Crm/Resources/metadata/clientDefs/Call.json +++ b/application/Espo/Modules/Crm/Resources/metadata/clientDefs/Call.json @@ -15,7 +15,8 @@ "label":"Attendees", "view":"crm:views/meeting/record/panels/attendees", "sticked": true, - "isForm": true + "isForm": true, + "notRefreshable": true } ], "detailSmall":[ @@ -24,7 +25,8 @@ "label":"Attendees", "view":"crm:views/meeting/record/panels/attendees", "sticked": true, - "isForm": true + "isForm": true, + "notRefreshable": true } ], "edit":[ @@ -33,7 +35,8 @@ "label":"Attendees", "view":"crm:views/meeting/record/panels/attendees", "sticked": true, - "isForm": true + "isForm": true, + "notRefreshable": true } ], "editSmall":[ @@ -42,7 +45,8 @@ "label":"Attendees", "view":"crm:views/meeting/record/panels/attendees", "sticked": true, - "isForm": true + "isForm": true, + "notRefreshable": true } ] }, diff --git a/application/Espo/Modules/Crm/Resources/metadata/clientDefs/Meeting.json b/application/Espo/Modules/Crm/Resources/metadata/clientDefs/Meeting.json index 688d59e12e..2762dfca0e 100644 --- a/application/Espo/Modules/Crm/Resources/metadata/clientDefs/Meeting.json +++ b/application/Espo/Modules/Crm/Resources/metadata/clientDefs/Meeting.json @@ -22,7 +22,8 @@ ] }, "sticked": true, - "isForm": true + "isForm": true, + "notRefreshable": true } ], "detailSmall":[ @@ -31,7 +32,8 @@ "label":"Attendees", "view":"crm:views/meeting/record/panels/attendees", "sticked": true, - "isForm": true + "isForm": true, + "notRefreshable": true } ], "edit":[ @@ -40,7 +42,8 @@ "label":"Attendees", "view":"crm:views/meeting/record/panels/attendees", "sticked": true, - "isForm": true + "isForm": true, + "notRefreshable": true } ], "editSmall":[ @@ -49,7 +52,8 @@ "label":"Attendees", "view":"crm:views/meeting/record/panels/attendees", "sticked": true, - "isForm": true + "isForm": true, + "notRefreshable": true } ] },