From c104b4207cc1f4cee053247c4dd79de61ab33dcd Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Fri, 18 Feb 2022 18:39:57 +0100 Subject: [PATCH] wait #5109 @2.5 --- .idea/workspace.xml | 41 +++++++++++-------- app/Fields/ElearningMediaPdfID.php | 18 ++++++++ app/Models/ELearningMedia.php | 41 +++++++++++++++++-- app/Models/ELearningPackage.php | 5 +-- app/SubForms/ElearningPackageContent.php | 2 + resources/elearningmedia/js/app.js | 38 +++++++++++++---- resources/elearningmedia/sass/app.sass | 2 +- .../views/elearningmedia/index.blade.php | 16 ++++++-- 8 files changed, 126 insertions(+), 37 deletions(-) create mode 100644 app/Fields/ElearningMediaPdfID.php diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 4d376a38a..87b5e6e0d 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -22,10 +22,15 @@