fix: Those calendar bugs are finally fixed. I fix them coming in and break them going out...
This commit is contained in:
parent
124f42f582
commit
d3ac8526c1
3 changed files with 49 additions and 36 deletions
|
|
@ -911,7 +911,7 @@ sub view {
|
|||
# Event editor
|
||||
if ($self->canAddEvent) {
|
||||
$var->{'editor'} = 1;
|
||||
$var->{"urlAdd"} = $self->getUrl("func=add;class=WebGUI::Asset::Event");
|
||||
$var->{"urlAdd"} = $self->getUrl("func=add;class=WebGUI::Asset::Event;start=$params->{start}");
|
||||
}
|
||||
|
||||
# URLs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue