diff --git a/docs/changelog/7.x.x.txt b/docs/changelog/7.x.x.txt index 5ada2f5e7..e85206d63 100644 --- a/docs/changelog/7.x.x.txt +++ b/docs/changelog/7.x.x.txt @@ -49,6 +49,7 @@ - fixed #4191: Using 3 consecutive tildes in a Post title makes a bad URL/Pos - fixed #8927: Collaboration System: Thread approval workflow setting ignore - fixed #8827: Slider JS bug for non-numeric values (Patrick Donelan, SDH Consulting) + - fixed #8925: Collaboration System: Label missing 7.6.3 - improved performance of file uploads diff --git a/lib/WebGUI/Form/SubscriptionGroup.pm b/lib/WebGUI/Form/SubscriptionGroup.pm index 4709bc700..903ec263a 100644 --- a/lib/WebGUI/Form/SubscriptionGroup.pm +++ b/lib/WebGUI/Form/SubscriptionGroup.pm @@ -64,6 +64,19 @@ sub isDynamicCompatible { #------------------------------------------------------------------- +=head2 toHtml ( ) + +A synonym for toHtmlAsHidden. + +=cut + +sub toHtml { + my $self = shift; + $self->toHtmlAsHidden; +} + +#---------------------------------------------------------------- + =head2 toHtmlWithWrapper ( ) Renders the form field to HTML as a table row. The row is not displayed because there is nothing to display, but it may not be left away because may not be a child of