From 2b2fe69d0d1d11343b9097b87a53a0fff4690b2d Mon Sep 17 00:00:00 2001 From: Gerard Date: Thu, 17 Jan 2019 11:04:00 +0100 Subject: [PATCH] alert level not available fixed --- modules/ticket/back/model-config.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/ticket/back/model-config.json b/modules/ticket/back/model-config.json index 607d0a7c4..e4921393d 100644 --- a/modules/ticket/back/model-config.json +++ b/modules/ticket/back/model-config.json @@ -1,4 +1,7 @@ { + "AlertLevel": { + "dataSource": "vn" + }, "AnnualAverageInvoiced": { "dataSource": "vn" },