We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d090a3 commit 4c78586Copy full SHA for 4c78586
classes/local/files/options_file_service.php
@@ -40,10 +40,6 @@
40
class options_file_service implements handles_qpy_url_type {
41
// TODO: Support subdirectories.
42
43
- // TODO: When a file is deleted while editing a question, we do not currently delete it from the permanent file area (it just
44
- // gets hidden because it's removed from the metadata). We probably should do so in the future, but we must make sure that
45
- // previous question versions remain functional _if_ they still exist.
46
-
47
/** @var string */
48
public const FILEAREA_UPLOADS = 'options';
49
0 commit comments