Commit 9fdd2ae0952777fa78b3ef4005eb58402b824410
1 parent
a380f548
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 | 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 { | ... | ... |