From d73e8c8fb03464215d86fbc48b34df7899b3eb0a Mon Sep 17 00:00:00 2001 From: JT Smith Date: Wed, 5 Nov 2008 23:02:07 +0000 Subject: [PATCH] adding missing entry for data table --- etc/WebGUI.conf.original | 3 +++ 1 file changed, 3 insertions(+) diff --git a/etc/WebGUI.conf.original b/etc/WebGUI.conf.original index c3cfed99a..97782a65c 100644 --- a/etc/WebGUI.conf.original +++ b/etc/WebGUI.conf.original @@ -485,6 +485,9 @@ "WebGUI::Asset::Wobject::Gallery" : { "category" : "community" }, + "WebGUI::Asset::Wobject::DataTable" : { + "category" : "basic" + }, "WebGUI::Asset::Wobject::DataForm" : { "category" : "basic" },