- fix [ 1274951 ] Unable to drag rank in asset manager
- fix [ 1276449 ] 6.7.1 content invisible after edit by content manager - Fixed a few bugs in the new form system related to UI levels and hidden fields.
This commit is contained in:
parent
97161c798e
commit
c687487df1
10 changed files with 208 additions and 171 deletions
|
|
@ -149,13 +149,13 @@ sub toHtmlAsHidden {
|
|||
my $self = shift;
|
||||
my ($interval, $units) = WebGUI::DateTime::secondsToInterval($self->{value});
|
||||
return WebGUI::Form::Hidden->new(
|
||||
"name"=>$self->{name}.'_interval',
|
||||
"value"=>$interval
|
||||
name=>$self->{name}.'_interval',
|
||||
value=>$interval
|
||||
)->toHtmlAsHidden
|
||||
.WebGUI::Form::Hidden->new(
|
||||
"name"=>$self->{name}.'_units',
|
||||
"value"=>$units
|
||||
)->toHtmmlAsHidden;
|
||||
name=>$self->{name}.'_units',
|
||||
value=>$units
|
||||
)->toHtmlAsHidden;
|
||||
}
|
||||
|
||||
1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue