fix adding new calendar event

This commit is contained in:
Uwe Steinmann 2020-04-20 07:23:17 +02:00
parent 20e3826316
commit 1aefc633f9
3 changed files with 4 additions and 0 deletions

View File

@ -9,6 +9,7 @@
- fix export of search results, headers of excel file can be translated
- fix arcordeon for folder filters on search page
- fix upload from dropfolder
- fix adding new calendar event
--------------------------------------------------------------------------------
Changes in version 6.0.8

View File

@ -39,6 +39,7 @@ if ($user->isGuest()) {
}
if($view) {
$view->setParam('accessobject', $accessop);
$view->setParam('strictformcheck', $settings->_strictFormCheck);
$view($_GET);
exit;

View File

@ -899,6 +899,7 @@ background-image: linear-gradient(to bottom, #882222, #111111);;
} /* }}} */
private function calendarOldNavigationBar($d){ /* {{{ */
$accessobject = $this->params['accessobject'];
$ds="&day=".$d[0]."&month=".$d[1]."&year=".$d[2];
echo "<id=\"first\"><a href=\"../out/out.CalendarOld.php?mode=y\" class=\"brand\">".getMLText("calendar")."</a>\n";
echo "<div class=\"nav-collapse col2\">\n";
@ -916,6 +917,7 @@ background-image: linear-gradient(to bottom, #882222, #111111);;
} /* }}} */
private function calendarNavigationBar($d){ /* {{{ */
$accessobject = $this->params['accessobject'];
echo "<id=\"first\"><a href=\"../out/out.Calendar.php\" class=\"brand\">".getMLText("calendar")."</a>\n";
echo "<div class=\"nav-collapse col2\">\n";
echo "<ul class=\"nav\">\n";