Commit 4b45085b8035daf108b393e0f7df6fd38839a9c5
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
Showing
1 changed file
with
0 additions
and
2 deletions
presentation/lookAndFeel/knowledgeTree/administration/docfieldmanagement/editDocFieldUI.inc
| @@ -120,8 +120,6 @@ function getDocFieldDisplay($oDocField) { | @@ -120,8 +120,6 @@ function getDocFieldDisplay($oDocField) { | ||
| 120 | global $default; | 120 | global $default; |
| 121 | if (!isset($oDocField)) { | 121 | if (!isset($oDocField)) { |
| 122 | $oPatternListBox = & new PatternListBox($default->owl_fields_table, "name", "id", "fDocFieldID"); | 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 | $oPatternListBox->setPostBackOnChange(true); | 123 | $oPatternListBox->setPostBackOnChange(true); |
| 126 | return $oPatternListBox->render(); | 124 | return $oPatternListBox->render(); |
| 127 | } else { | 125 | } else { |