fixed: thingy and select box
This commit is contained in:
parent
b47318c786
commit
599659c745
2 changed files with 4 additions and 1 deletions
|
|
@ -28,6 +28,7 @@
|
|||
- fixed: Importing data into Thingy that has newlines embedded in fields
|
||||
- fixed: Keywords field is not available in collaboration system post template
|
||||
- fixed: Payment Gateway creation bug
|
||||
- fixed: thingy and select box
|
||||
|
||||
7.5.18
|
||||
- fixed: Collateral Image Manager broken in Firefox 3
|
||||
|
|
|
|||
|
|
@ -642,8 +642,10 @@ sub getFieldValue {
|
|||
}
|
||||
}
|
||||
else {
|
||||
my %fieldProperties = %$field;
|
||||
$fieldProperties{options} = $field->{possibleValues};
|
||||
$processedValue
|
||||
= WebGUI::Form::DynamicField->new( $self->session, %$field, defaultValue => $value )
|
||||
= WebGUI::Form::DynamicField->new( $self->session, %fieldProperties, defaultValue => $value )
|
||||
->getValueAsHtml;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue