-
Bug
-
Resolution: Fixed
-
Minor
-
4.3.6
When using drag and drop to upload files to the course page, the following is observed in the browser console:
15:43:54.905
|
Array(4) [ {…}, {…}, {…}, {…} ]
|
|
0: Object { key: "dndmaxbytes", component: "core_error", param: {…} }
|
|
component: "core_error"
|
|
key: "dndmaxbytes"
|
|
param: Object { size: "Unlimited" }
|
|
<prototype>: Object { … }
|
|
1: Object { key: "dndread", component: "core_error" }
|
|
2: Object { key: "dndupload", component: "core_error" }
|
|
3: Object { key: "dndunkownfile", component: "core_error" }
|
|
length: 4
|
|
<prototype>: Array []
|
first.js:1828:8305
|
Seems to be a debugging leftover from MDL-76432. Bit disconcerting to keep it now
- is a regression caused by
-
MDL-76432 Course editor: migrate Drag and drop files into the course/course-index to the new editor
- Closed