Let RadioLists take array refs for default values. Fixes bug #11497.

This commit is contained in:
Colin Kuskie 2010-03-29 10:08:05 -07:00
parent 14b5897c18
commit dab004cd28
2 changed files with 1 additions and 13 deletions

View file

@ -3,6 +3,7 @@
- added: Sort Items switch to Syndicated Content asset
- fixed #11493: i18n AssetCalendar::pageNextUrl monthVar
- fixed #11496: No linkable RSS feeds from gallery
- fixed #11497: default profile settings
7.9.1
- fixed #11464: blank page after setting posts per page in Collaboration System to 0 (zero)

View file

@ -110,19 +110,6 @@ sub getDefaultValue {
#-------------------------------------------------------------------
=head2 getOriginalValue( [ value ] )
See WebGUI::Form::Control::getOriginalValue()
=cut
sub getOriginalValue{
my $self = shift;
return $self->WebGUI::Form::Control::getOriginalValue(@_);
}
#-------------------------------------------------------------------
=head2 isDynamicCompatible ( )
A class method that returns a boolean indicating whether this control is compatible with the DynamicField control.