From e0b48ecae9bdbb408fbcbaba36847f179350bb86 Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Fri, 27 Jun 2025 17:39:43 +0300 Subject: [PATCH] dashboard template importable --- .../Espo/Resources/metadata/scopes/DashboardTemplate.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/application/Espo/Resources/metadata/scopes/DashboardTemplate.json b/application/Espo/Resources/metadata/scopes/DashboardTemplate.json index 39c96e7ac2..6294e6e62c 100644 --- a/application/Espo/Resources/metadata/scopes/DashboardTemplate.json +++ b/application/Espo/Resources/metadata/scopes/DashboardTemplate.json @@ -1,3 +1,5 @@ { - "entity": true + "entity": true, + "exportFormatList": ["csv"], + "importable": true }