Commit dd32150c9b4159bfa957b6af2782ea6d2b5a1511
1 parent
f4554948
Removed the default value of none from the user drop down
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@2061 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
1 additions
and
0 deletions
presentation/lookAndFeel/knowledgeTree/documentmanagement/collaborationUI.inc
| ... | ... | @@ -20,6 +20,7 @@ function getUserDropDown($iGroupID, $iUserID) { |
| 20 | 20 | $oPatternListBox->setFromClause($sFromClause); |
| 21 | 21 | $sWhereClause = "UGL.group_id = $iGroupID"; |
| 22 | 22 | $oPatternListBox->setWhereClause($sWhereClause); |
| 23 | + $oPatternListBox->setIncludeDefaultValue(false); | |
| 23 | 24 | |
| 24 | 25 | if (isset($iUserID)) { |
| 25 | 26 | $oPatternListBox->setSelectedValue($iUserID); | ... | ... |