fix: Add event does not work WebGUI 7.0.5 in combination with Proxy Caching turned off
This commit is contained in:
parent
d95038666b
commit
fa3c90e586
2 changed files with 3 additions and 2 deletions
|
|
@ -3,7 +3,8 @@
|
|||
Procolix)
|
||||
- fixed some of bugs in the sqlform concerning file uploads and cross table
|
||||
constraints (Martin Kamerbeek / Procolix)
|
||||
|
||||
- fix: Add event does not work WebGUI 7.0.5 in combination with Proxy Caching
|
||||
turned off (Wouter van Oijen / ProcoliX)
|
||||
|
||||
7.0.6
|
||||
- fix: Error in DateTime.pm
|
||||
|
|
|
|||
|
|
@ -500,7 +500,7 @@ sub view {
|
|||
|
||||
# Set all template variables
|
||||
my %var;
|
||||
$var{"addevent.url"} = $self->getUrl().'?func=add;class=WebGUI::Asset::Event';
|
||||
$var{"addevent.url"} = $self->getUrl('func=add;class=WebGUI::Asset::Event');
|
||||
$var{"addevent.label"} = $i18n->get(20);
|
||||
$var{'sunday.label'} = $dt->getDayName(7);
|
||||
$var{'monday.label'} = $dt->getDayName(1);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue