From 962a5db94f4a9e67bbd37d4a40205ddb6e5b5d50 Mon Sep 17 00:00:00 2001 From: Daniel Spitzer Date: Mon, 18 Nov 2024 13:08:20 +0100 Subject: [PATCH] =?UTF-8?q?Kalender=20Update:=20*=20Serientermine=20werden?= =?UTF-8?q?=20nun=20angezeigt=20*=20Serientermine=20k=C3=B6nnen=20nun=20an?= =?UTF-8?q?genommen/abgelehnt=20bzw.=20ge=C3=A4ndert=20werden.=20*=20Serie?= =?UTF-8?q?ntermin=20Serienzeiten=20=C3=A4ndern=20ist=20noch=20offen=20*?= =?UTF-8?q?=20Alle=20Js=20nun=20local=20im=20Calendar=20Ordner?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Layout/default/Calendar/View.php | 24 +- application/Api/v1/CalendarApicontroller.php | 2 + application/Calendar/CalendarModel.php | 47 +- public/assets/js/calendar/Sortable.js | 3363 +++++++++++++++++ public/assets/js/calendar/index.global.min.js | 4 +- public/assets/js/calendar/jquery-sortable.js | 76 + .../js/calendar/rrule/index.global.min.js | 6 + public/assets/js/calendar/rrule/rrule.min.js | 40 + public/css/pages/Calendar/View.css | 19 +- public/js/pages/Calendar/View.js | 64 +- 10 files changed, 3615 insertions(+), 30 deletions(-) create mode 100644 public/assets/js/calendar/Sortable.js create mode 100644 public/assets/js/calendar/jquery-sortable.js create mode 100644 public/assets/js/calendar/rrule/index.global.min.js create mode 100644 public/assets/js/calendar/rrule/rrule.min.js diff --git a/Layout/default/Calendar/View.php b/Layout/default/Calendar/View.php index ea5b508fa..01c93e03c 100644 --- a/Layout/default/Calendar/View.php +++ b/Layout/default/Calendar/View.php @@ -34,25 +34,26 @@ endforeach; type="text/css"/> - + - - - - - + + + + - @@ -479,7 +480,10 @@ endforeach;
- +