fix: Calendar Event Details template now uses dateSpan friendly variable
This commit is contained in:
parent
42d489fa39
commit
16ad4f3f16
4 changed files with 222 additions and 22 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