a few more mp2 bugfixes
This commit is contained in:
parent
bf9776d43e
commit
fe549ee746
5 changed files with 17 additions and 15 deletions
|
|
@ -52,7 +52,7 @@ sub _createField {
|
|||
if (isIn($data->{type},qw(selectList checkList))) {
|
||||
my @defaultValues;
|
||||
if ($session{form}{$param{name}}) {
|
||||
@defaultValues = $session{req}->param($param{name});
|
||||
@defaultValues = WebGUI::FormProcessor::selectList($param{name});
|
||||
} else {
|
||||
foreach (split(/\n/, $data->{value})) {
|
||||
s/\s+$//; # remove trailing spaces
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue