Introduces "CoursewareExportWidget"
This MR fixes #677 (closed) by introducing a new separate export widget.
- Under Aktionen widget in sidebar, there will be a new widget called "Export".
- All the export related functionalities from Action Widget as well as Action Menu are now removed and they are placed in Export Widget.
- In order to do that
IndexApp.vue
needed some extra checkers such ascanExport
to evaluate, whether to display the new widget or not. - To avoid
Element not found in portal-vue
there are now pre-checkers for bothsetIndexSidebar
andsetCoursewareSidebar
functions.