Skip to content

Introduces "CoursewareExportWidget"

Farbod Zamani requested to merge issue-677 into main

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 as canExport to evaluate, whether to display the new widget or not.
  • To avoid Element not found in portal-vue there are now pre-checkers for both setIndexSidebar and setCoursewareSidebar functions.

Merge request reports

Loading