Commit 4b45085b8035daf108b393e0f7df6fd38839a9c5

Authored by Michael Joseph
1 parent 9b599a5e

remove restriction for editing document fields


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@1690 c91229c3-7414-0410-bfa2-8a42b809f60b
presentation/lookAndFeel/knowledgeTree/administration/docfieldmanagement/editDocFieldUI.inc
... ... @@ -120,8 +120,6 @@ function getDocFieldDisplay($oDocField) {
120 120 global $default;
121 121 if (!isset($oDocField)) {
122 122 $oPatternListBox = & new PatternListBox($default->owl_fields_table, "name", "id", "fDocFieldID");
123   - $oPatternListBox->setFromClause("LEFT OUTER JOIN $default->owl_document_fields_table DFL ON ST.id=DFL.document_field_id");
124   - $oPatternListBox->setWhereClause("ISNULL(DFL.value)");
125 123 $oPatternListBox->setPostBackOnChange(true);
126 124 return $oPatternListBox->render();
127 125 } else {
... ...