fix: Event not reapplying all-day radio button after error
This commit is contained in:
parent
426ffce9e3
commit
d0c37ba736
3 changed files with 24 additions and 18 deletions
|
|
@ -258,7 +258,7 @@ sub addChild {
|
|||
$self->session->errorHandler->security("add a ".$properties->{className}." to a ".$self->get("className"));
|
||||
return undef;
|
||||
}
|
||||
use Carp qw(cluck); use Data::Dumper; cluck Dumper $self;
|
||||
|
||||
return $self->SUPER::addChild($properties, @other);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue