From bd04d184654a19f5ea269303dcca5f8883f79b1b Mon Sep 17 00:00:00 2001 From: Neil Blakey-Milner Date: Thu, 27 Jan 2005 09:18:41 +0000 Subject: [PATCH] Don't set the generic metadata as required despite the config option. --- presentation/lookAndFeel/knowledgeTree/documentmanagement/addDocumentUI.inc | 1 - 1 file changed, 0 insertions(+), 1 deletion(-) diff --git a/presentation/lookAndFeel/knowledgeTree/documentmanagement/addDocumentUI.inc b/presentation/lookAndFeel/knowledgeTree/documentmanagement/addDocumentUI.inc index 53097dd..52f7ed6 100644 --- a/presentation/lookAndFeel/knowledgeTree/documentmanagement/addDocumentUI.inc +++ b/presentation/lookAndFeel/knowledgeTree/documentmanagement/addDocumentUI.inc @@ -91,7 +91,6 @@ function getGenericMetaDataForm() { if ($default->genericMetaDataRequired === true) { $oPatternTableSqlQuery->setRequiredColumnNames(array("value")); } - $oPatternTableSqlQuery->setRequiredColumnNames(array("value")); $oPatternTableSqlQuery->setMetaDataFields($aMetaDataColumnNames); $oPatternTableSqlQuery->setEmptyTableMessage(_("No Generic Meta Data")); $oPatternTableSqlQuery->setRenderJavascriptValidation(false); -- libgit2 0.21.4