Fixed bug where databaseLinkId field would not default properly to the null entry
This commit is contained in:
parent
b15d7e74f2
commit
c5d7b705da
1 changed files with 1 additions and 1 deletions
|
|
@ -101,7 +101,7 @@ sub www_edit {
|
|||
$privileges->selectList(
|
||||
-name=>"databaseLinkId",
|
||||
-options=>{
|
||||
""=>WebGUI::International::get(19,$_[0]->get("namespace")),
|
||||
"0"=>WebGUI::International::get(19,$_[0]->get("namespace")),
|
||||
WebGUI::DatabaseLink::getHash(),
|
||||
},
|
||||
-label=>WebGUI::International::get(20,$_[0]->get("namespace")),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue