ILIAS  release_5-2 Revision v5.2.25-18-g3f80b828510
dev.txt.php
Go to the documentation of this file.
1 <?php exit; ?>
2 
3 ## MANTIS BUG :0019795
4 It is not possible to remove files from a peer feedback from a exercise.
5 
6 The problem seems the file path creation and affects both feedback with and without criteria.
7 
8 Example:
9 User ID who did the exercise: 310
10 User ID who provide feedback: 6
11 Feedback file: feedback.txt
12 Criteria ID = 10
13 
14 Without criteria the uploaded files are stored outside the final path. The name of the file is also affected.
15 
16 data/client/ilExercise/3/exc_343/peer_up_15/310/6/ [empty directory]
17 data/client/ilExercise/3/exc_343/peer_up_15/310/6feedback.txt
18 
19 After patch:
20 
21 data/client/ilExercise/3/exc_343/peer_up_15/310/6/feedback.txt
22 
23 
24 With criteria, the final directory name is userid+criteriaid instead of criteria id.
25 
26 data/client/ilExercise/3/exc_343/peer_up_15/310/610/feedback.txt
27 
28 After patch:
29 
30 data/client/ilExercise/3/exc_343/peer_up_15/310/6/10/feedback.txt
31 
32 ## We need to take a look at how to proceed with the migration of the old directories/files.
File written to
Add some data
exit
Definition: dev.txt.php:1
Reload workbook from saved file