From 63de5b4ee70c5bf2e18e3f7adfcb7e87966005e5 Mon Sep 17 00:00:00 2001 From: Doug Bell Date: Mon, 3 Nov 2008 17:50:38 +0000 Subject: [PATCH] added DataTable to WebGUI.conf.original --- etc/WebGUI.conf.original | 3 +++ 1 file changed, 3 insertions(+) diff --git a/etc/WebGUI.conf.original b/etc/WebGUI.conf.original index e1163d4bb..b245c34d5 100644 --- a/etc/WebGUI.conf.original +++ b/etc/WebGUI.conf.original @@ -604,6 +604,9 @@ "isContainer" : 1, "category" : "intranet" }, + "WebGUI::Asset::Wobject::DataForm" : { + "category" : "basic" + }, "WebGUI::Asset::Template" : { "category" : "utilities" }