When collecting an ongoing classwork assignment from another user, an empty folder is collected. This is due to a section in the code where the folder of the current user is used instead of the assignment creator's folder.
|
"path": "#{participant.homeDirectory}\\transfer\\#{$scope.identity.user}\\_collect", |
This path should contain the username of the classwork creator.
The current workaround (if I understand correctly) is to end the ongoing classwork. Then the correct folder is automatically collected.
When collecting an ongoing classwork assignment from another user, an empty folder is collected. This is due to a section in the code where the folder of the current user is used instead of the assignment creator's folder.
linuxmuster-webui7/usr/lib/linuxmuster-webui/plugins/lmn_session_new/resources/js/controllers/session.controller.coffee
Line 511 in 9c802d5
This path should contain the username of the classwork creator.
The current workaround (if I understand correctly) is to end the ongoing classwork. Then the correct folder is automatically collected.